TdxPrintStyleManager.SaveToStream(TStream) Method
In This Article
Writes all style manager settings to a stream passed as the AStream parameter.
#Declaration
Delphi
procedure SaveToStream(AStream: TStream);
#Parameters
Name | Type |
---|---|
AStream | TStream |
#Remarks
Use SaveToStream to stream out TdxPrintStyleManager settings. It can be streamed back to another TdxPrintStyleManager object using the LoadFromStream method.
See Also