Skip to main content

TcxPropertiesStoreComponents Class

Represents a collection of references to the components whose properties are saved/restored by the TcxPropertiesStore component.

Declaration

TcxPropertiesStoreComponents = class(
    TOwnedCollection
)

Remarks

Each component with properties saved/restored by a TcxPropertiesStore component, is represented by a TcxPropertiesStoreComponent object.

References to all stored components are contained within the Components collection.

To add components in order to store/restore this collection at design time, do one of the following:

  1. Use the PropertiesStore Editor. It allows the selecting of components and their properties by right-clicking elements within the list. In this case, the properties of the added item (Component and Properties) are initialized automatically.

  2. In the Object Inspector, use the TcxCustomEditPropwertiesStore.Components property editor to manually initialize properties of the item being added.

Inheritance

See Also