TdxAlertWindowManager.Items Property
Provides zero-based indexed access to all alert windows associated with the alert window manager.
Declaration
property Items[Index: Integer]: TdxAlertWindow read; default;
Property Value
Type |
---|
TdxAlertWindow |
Remarks
Any alert window created via the Show method call is accessible via the Items collection unless the alert window is hidden or closed.
Use the Count property to determine the number of items in the Items collection.
See Also