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

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

#Declaration

Delphi
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