Midware TMWTable.OnDisplayInfo
Jump to navigation
Jump to search
Main page -> Midware component reference -> TMWTable -> OnDisplayInfo
Definition
<syntaxhighlight lang="delphi">
type
TDisplayInfo = procedure (Sender: TObject; const Msg: String) of Object;
</syntaxhighlight>
<syntaxhighlight lang="delphi"> property OnDisplayInfo: TDisplayInfo; </syntaxhighlight>
Description
Occurs when TMWTable wants to display debugging informations.
This is used for debugging purpose and should normally not be used in an application. The event handler should display string message somehow on the user interface or log it to some file.