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