JVCL Help:TJvDesktopAlertStack.Items

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

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

TJvDesktopAlertStack.Count


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