appglobalalert GlobalAlert property
Return to Introduction  Previous page  Next page
Applies to
acAppGlobalAlert component  

Declaration
property GlobalAlert: TacAppGlobalAlert;  

Description
The GlobalAlert property used to connect the acAppGlobalAlert to another, main acAppGlobalAlert (on the main form).  
 
Connection is required to to receive OnAlert events, when application calls Alert method in any of connected acAppGlobalAlert component.  
 
Connected components is the component specified in GlobalAlert property, plus all components which connected to THIS acAppGlobalAlert component.  

See also
Alert method;  
OnAlert event.