TcxPropertiesStoreComponents.ComponentItems Property
Provides indexed access to the components to store/restore.
Declaration
property ComponentItems[Index: Integer]: TcxPropertiesStoreComponent read; write; default;
Property Value
Type |
---|
TcxPropertiesStoreComponent |
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