JVCL Help:TJvDesktopAlertStack.Items
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDesktopAlertStack.Items Property
[+] TJvDesktopAlertStack Methods
[+] TJvDesktopAlertStack Properties
Search in JVCL Help
Search in all projectsSummary
Provides indexed access to the forms managed by this component
Pascal
propertyItems [Index: Integer]: TJvCustomFormDesktopAlert;
Parameters
Parameters | Description |
Index | The index of the form in the list. |
Description
Use Items to access the forms managed by the component using its index. Warning: The list of managed forms is highly dynamic and can change while you iterate over them. Accessing a nonexistent form or a nonexistent index will lead to access violation errors.
See Also
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page