 |
Introduction |
 |
User Guide |
 |
Alert functions |
 |
Mathematical functions |
 |
String formatting functions |
 |
Properties |
 |
Properties |
 |
Properties |
 |
Properties |
 |
Properties |
 |
Properties |
|
|
AddAlertDetails
This
function adds details to the alert specified by AlertID. You
can get the AlertID value for a previous alert by storing
the return value of the RaiseAlert or
RaiseConditionalAlert
functions.
Syntax:
|
|
procedure
AddAlertDetails(AlertID: Integer; Description: string);
|
Example:
|