|
|
|
| acAppGlobalAlert component
|
| type
|
| TacAppGlobalAlertEvent = procedure(Sender: TObject; Param1, Param2: Cardinal) of object;
|
|
|
| property OnAlert: TacAppGlobalAlertEvent;
|
| 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.
|
| GlobalAlert property;
|
| Alert method.
|