TdxCustomLayoutControl.LoadFromStream(TStream) Method
Loads a previously saved Layout control state from a stream.
Declaration
procedure LoadFromStream(AStream: TStream);
Parameters
| Name | Type | Description |
|---|---|---|
| AStream | TStream | The source stream. |
Remarks
Call the LoadFromStream procedure to load a previously saved Layout control state from a stream.
To restore a Layout control state from an external source defined in the OptionsStoring property, call the Restore procedure.
See Also