TdxLayoutContainer.RestoreFromStream(TStream,string) Method
Restores the layout information from a stream that was previously saved by the StoreToStream method.
Declaration
procedure RestoreFromStream(AStream: TStream; const ARestoreName: string = '');
Parameters
Name | Type |
---|---|
AStream | TStream |
ARestoreName | string |
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