TcxCustomPropertiesStore.Components Property
In This Article
Represents a collection of objects whose properties are stored to/restored from a storage.
#Declaration
Delphi
property Components: TcxPropertiesStoreComponents read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
The TcxCustomPropertiesStore object is used to save and restore component settings using the storage specified by the StorageType and StorageName properties.
Each component to be saved/restored has a corresponding item in the Components collection. Each element in this collection represents a TcxPropertiesStoreComponent object.
The TcxPropertiesStoreComponent.Component property specifies a TComponent descendant whose properties must be stored/restored. To specify the component settings to store/restore, see the TcxPropertiesStoreComponent.Properties member.
See Also