TTMSFNCBloxXBlox.SaveSettingsToFile Method
Saves the diagram to a file, persisting all elements, layers, and background settings.
API unit family: TMSFNCBloxCoreDiagram
Declaring type: TTMSFNCBloxXBlox
Syntax
procedure SaveSettingsToFile(AFileName: string; AApearanceOnly: Boolean = False);
Parameters
| Name | Description |
|---|---|
AFileName |
Target file path 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. |