TdxAlertWindowMessageList Class
In This Article
An alert window’s message list.
#Declaration
Delphi
TdxAlertWindowMessageList = class(
TcxObjectList
)
#Remarks
The TdxAlertWindowMessageList
class has members that allow you to do the following:
- Create new messages (Add).
- Access individual messages by their indexes (Items).
- Delete messages (Clear and FreeAndDelete).
An alert window’s MessageList property references a TdxAlertWindowMessageList
object.
#Inheritance
TObject
TList
TcxObjectList
TdxAlertWindowMessageList
See Also