TdxAlertWindowMessageList.Items Property
In This Article
Provides indexed access to messages stored in the list.
#Declaration
Delphi
property Items[Index: TdxListIndex]: TdxAlertWindowMessage read; default;
#Property Value
Type | Description |
---|---|
Tdx |
An alert window message. Use the Count property to identify the number of accessible messages. |
See Also