Midware TRequestBroker.OnDisplay

From Overbyte
Revision as of 12:49, 24 May 2011 by Marie (talk | contribs) (→‎Definition)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.