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…')
(No difference)

Revision as of 08:00, 5 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.

Occurs when a message has to be displayed on the user interface.