appglobalalert OnAlert event
Return to Introduction  Previous page  Next page
Applies to
acAppGlobalAlert component  

Declaration
type  
  TacAppGlobalAlertEvent = procedure(Sender: TObject; Param1, Param2: Cardinal) of object;  
 
property OnAlert: TacAppGlobalAlertEvent;  

Description
The OnAlert event occurs when application calls the Alert method in any acAppGlobalAlert component, connected to THIS component.  
 
Connected components is the component specified in GlobalAlert property, plus all components which connected to THIS acAppGlobalAlert component.  

See also
GlobalAlert property;  
Alert method.