Midware TClientWSocket.OnDisplay

From Overbyte
Jump to navigation Jump to search

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

Definition

<syntaxhighlight lang="delphi"> type TDisplayEvent = procedure (Sender : TObject; Msg : String) of object;

property OnDisplay : TDisplayEvent; </syntaxhighlight>

Description

Triggered when the component wants to display something on the user interface. TAppServer install a handler that relay display to his own OnDisplay event handler.