Midware TRequestBroker.OnDisplay

From Overbyte
Jump to navigation Jump to search

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.