Back to Devexpress

TdxLayoutContainer.StoreToStream(TStream,string) Method

vcl-dxlayoutcontainer-dot-tdxlayoutcontainer-dot-storetostream-x28-system-dot-classes-dot-tstream-system-dot-string-x29.md

latest1023 B
Original Source

TdxLayoutContainer.StoreToStream(TStream,string) Method

Saves the layout information to a stream.

Declaration

delphi
procedure StoreToStream(AStream: TStream; const ASaveName: string = '');

Parameters

NameType
AStreamTStream
ASaveNamestring

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

TdxLayoutContainer Class

TdxLayoutContainer Members

dxLayoutContainer Unit