TTMSFNCBloxXBlox.SaveSettingsToStream Method
Saves the diagram to a stream, persisting all elements, layers, and background settings.
API unit family: TMSFNCBloxCoreDiagram
Declaring type: TTMSFNCBloxXBlox
Syntax
procedure SaveSettingsToStream(AStream: TStream; AApearanceOnly: Boolean = False);
Parameters
| Name | Description |
|---|---|
AStream |
Target stream to write the diagram to. |
AApearanceOnly |
When True, writes only appearance-related settings and omits the element data. Defaults to False, which saves the full diagram. |