Back to Devexpress

TdxLayoutContainer.RestoreFromStream(TStream,string) Method

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

latest1.2 KB
Original Source

TdxLayoutContainer.RestoreFromStream(TStream,string) Method

Restores the layout information from a stream that was previously saved by the StoreToStream method.

Declaration

delphi
procedure RestoreFromStream(AStream: TStream; const ARestoreName: string = '');

Parameters

NameType
AStreamTStream
ARestoreNamestring

Remarks

AStream specifies the stream from which the layout will be restored.

ARestoreName specifies the restored layout container‘s name. ARestoreName overrides the stored name specified via the StoreToStream method’s ASaveName parameter, in memory.

See Also

TdxLayoutContainer Class

TdxLayoutContainer Members

dxLayoutContainer Unit