TcxPropertiesStoreComponents.ComponentItems Property
In This Article
Provides indexed access to the components to store/restore.
#Declaration
Delphi
property ComponentItems[Index: Integer]: TcxPropertiesStoreComponent read; write; default;
#Property Value
Type |
---|
Tcx |
#Remarks
Use this property to access individual components within the Components collection of the PropertiesStore object. The Index parameter represents an item’s position within the collection.
See Also