TcxCustomPropertiesStore.StorageStream Property
Specifies the stream used for storing/restoring components’ properties when StorageType is set to stStream.
Declaration
property StorageStream: TStream read; write;
Property Value
Type |
---|
TStream |
Remarks
Use the StorageStream property to specify a stream (a descendant of the TStream class) used for storing/restoring components’ properties.
This property value is in effect only if the StorageType property value is stStream.
If a TStream descendant instance is chosen as the storage, the StorageName property is not in effect.
See Also