TdxLayoutContainer.StoreToStream(TStream,string) Method
In This Article
Saves the layout information to a stream.
#Declaration
#Parameters
Name | Type |
---|---|
AStream | TStream |
ASave |
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