Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

See Also