Difference between revisions of "Midware TAppSrvClient.OnBannerRcdv"

From Overbyte
Jump to navigation Jump to search
(Created page with ' Main page -> Midware component reference -> TAppSrvClient -> [[Midware_TAppSrvClient.OnBannerRcdv | O…')
 
 
Line 3: Line 3:
 
== Definition ==
 
== Definition ==
  
  '''property''' OnBannerRcdv: '''TProcessBannerEvent''';
+
  '''property''' OnBannerRcdv: TProcessBannerEvent;
  
 
== Description ==
 
== Description ==

Latest revision as of 09:45, 14 May 2011

Main page -> Midware component reference -> TAppSrvClient -> OnBannerRcdv

Definition

property OnBannerRcdv: TProcessBannerEvent;

Description

Occurs when banner is received from server.

The event handler could be used to verify the received banner to be sure we are connected to the right server, or to display it for the user, or to log it to a log file. Could also be simply ignored !