Midware TRequestBroker.OnDisplay
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.