Skip to main content

TcxPropertiesStoreComponent.Component Property

Specifies a component whose properties are stored/restored by the PropertiesStore object.

Declaration

property Component: TComponent read; write;

Property Value

Type
TComponent

Remarks

Each component with properties being saved/restored by a TcxPropertiesStore object, has a corresponding item within its Components collection. Items in this collection represent TcxPropertiesStoreComponent objects.

The Component property of the TcxPropertiesStoreComponent object identifies the component whose settings are stored/restored. To select the component’s settings to save/restore, see the Properties attribute.

See Also