Create(TdxAlertWindowMessageList) Constructor
Initializes a new instance of the TdxAlertWindowMessage class with specified settings.
Declaration
constructor Create(AOwner: TdxAlertWindowMessageList); virtual;
Parameters
Name | Type | Description |
---|---|---|
AOwner | TdxAlertWindowMessageList | The target alert window message list. |
Remarks
Call an alert window‘s MessageList.Add function to create a message.
See Also