Difference between revisions of "Midware TClientWSocket.OnDisplay"

From Overbyte
Jump to navigation Jump to search
(Created page with ' Main page -> Midware component reference -> TClientWSocket -> [[Midware_TClientWSocket.OnDisplay | O…')
 
Line 8: Line 8:
  
 
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.
 
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.
 
Occurs when a message has to be displayed on the user interface.
 

Revision as of 14:23, 14 May 2011

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

Definition

 property OnDisplay: TDisplayEvent;

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.