Skip to main content

TdxPrintStyleManager.SaveToStream(TStream) Method

Writes all style manager settings to a stream passed as the AStream parameter.

Declaration

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