TdxLayoutContainer.StoreToStream(TStream,string) Method
Saves the layout information to a stream.
Declaration
procedure StoreToStream(AStream: TStream; const ASaveName: string = '');
Parameters
| Name | Type |
|---|---|
| AStream | TStream |
| ASaveName | string |
Remarks
AStream specifies the stream.
ASaveName specifies the string that represents the layout container within the storage.
To restore the layout from the stream, use the RestoreFromStream method.
See Also