Difference between revisions of "Midware TRequestBroker.OnDisplay"

From Overbyte
Jump to navigation Jump to search
(Created page with ' Main page -> Midware component reference -> TRequestBroker -> [[Midware_TRequestBroker.OnDisplay | O…')
 
 
Line 2: Line 2:
  
 
== Definition ==
 
== Definition ==
 +
<syntaxhighlight lang="delphi">
 +
type
 +
  TDisplayEvent = procedure (Sender : TObject; Msg : String) of object;
 +
</syntaxhighlight>
 +
  
 
  '''property''' OnDisplay: '''TDisplayEvent''';
 
  '''property''' OnDisplay: '''TDisplayEvent''';

Latest revision as of 12:49, 24 May 2011

Main page -> Midware component reference -> TRequestBroker -> OnDisplay

Definition

<syntaxhighlight lang="delphi"> type

  TDisplayEvent = procedure (Sender : TObject; Msg : String) of object;

</syntaxhighlight>


property OnDisplay: TDisplayEvent;

Description

Occurs when the component need to display something on the user interface such as error or informatinal messages.