Back to Devexpress

TcxPropertiesStoreComponents Class

vcl-cxpropertiesstore-2137a586.md

latest2.2 KB
Original Source

TcxPropertiesStoreComponents Class

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

Declaration

delphi
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:

  1. 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.

  2. In the Object Inspector, use the TcxCustomEditPropertiesStore.Components property editor to configure the loaded item’s settings manually.

Inheritance

TObject TPersistent TCollection TOwnedCollection TcxPropertiesStoreComponents

See Also

TcxCustomPropertiesStore Class

TcxPropertiesStore Class

TcxCustomPropertiesStore.Components Property

TcxPropertiesStoreComponents Members

cxPropertiesStore Unit