TdxLayoutContainer.RestoreFromStream(TStream,string) Method
In This Article
Restores the layout information from a stream that was previously saved by the StoreToStream method.
#Declaration
#Parameters
Name | Type |
---|---|
AStream | TStream |
ARestore |
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