Skip to main content

TcxPropertiesStoreComponent.RestoreFromStream(TStream) Method

Restores the current component’s properties from a stream.

Declaration

procedure RestoreFromStream(const AStream: TStream);

Parameters

Name Type
AStream TStream

Remarks

Use this method to restore the properties of the component specified by the Component property from a stream. The properties to restore are specified by the Properties list.

You can call the RestoreFromStream method even if the StorageType of the current TcxPropertiesStore instance is not set to stStream.

The AStream parameter specifies the stream used as a storage.

See Also