TdxAlertWindowMessageList.Add Method
Creates a message with the default parameters and appends it to the list.
Declaration
function Add: TdxAlertWindowMessage; overload;
Returns
Type | Description |
---|---|
TdxAlertWindowMessage | The created alert window message. |
Remarks
You can call an alert window‘s DeleteCurrentMessage procedure to remove messages from the list. Alternatively, you can call the Clear and FreeAndDelete methods.
See Also