TcxPropertiesStoreComponent Members
Represents a reference to a component with properties stored by a TcxPropertiesStore object.Constructors
| Name | Description |
|---|---|
| Create(TCollection) | Inherited from TCollectionItem. |
Properties
| Name | Description |
|---|---|
| Collection | Inherited from TCollectionItem. |
| Component | Specifies a component whose properties are stored/restored by the PropertiesStore object. |
| DisplayName | Inherited from TCollectionItem. |
| ID | Inherited from TCollectionItem. |
| Index | Inherited from TCollectionItem. |
| Properties | Specifies the properties of a component to store/restore using a storage. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| Equals(TObject) | Inherited from TObject. |
| GetDisplayName | Inherited from TCollectionItem. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| Release | Inherited from TCollectionItem. |
| RestoreFrom(TcxStorage,TcxCustomReader) | |
| RestoreFromIniFile(string) | Restores the current component’s properties from an INI file. |
| RestoreFromRegistry(string) | Restores the current component’s properties from the registry. |
| RestoreFromStream(TStream) | Restores the current component’s properties from a stream. |
| SetDisplayName(String) | Inherited from TCollectionItem. |
| StoreTo(TcxStorage,TcxCustomWriter) | |
| StoreToIniFile(string,Boolean) | Saves the current component’s properties to an INI file. |
| StoreToRegistry(string,Boolean) | Saves the current component’s properties to the registry. |
| StoreToStream(TStream,Boolean) | Saves the current component’s properties to a stream. |
| ToString | Inherited from TObject. |
See Also