TdxCustomLayoutControl.LoadFromStream(TStream) Method
Loads ExpressLayout Control settings from a stream.
Declaration
procedure LoadFromStream(AStream: TStream);
Parameters
Name | Type |
---|---|
AStream | TStream |
Remarks
Use the LoadFromStream method to load previously saved ExpressLayout Control settings. This method allows an end-user to load information from a stream object.
The AStream parameter specifies the stream object from which to load settings.
To restore settings from an .INI file, the system registry and a stream simultaneously, use the Restore method.
See Also