TcxPropertiesStoreComponents Class
A collection of references to components whose properties are saved/restored by the TcxPropertiesStore component.
#Declaration
TcxPropertiesStoreComponents = class(
TOwnedCollection
)
#Remarks
Each component whose properties are saved/restored by a TcxPropertiesStore component, is stored in a TcxPropertiesStoreComponent object.
References to all stored components are contained within the Components collection.
To store/restore this collection at design time, do one of the following:
Use the PropertiesStore Editor. You can right-click components and their properties in the list to select them. In this case, the properties of the added item (Component and Properties) are initialized automatically.
In the Object Inspector, use the TcxCustomEditPropertiesStore.Components property editor to configure the loaded item’s settings manually.