TTMSFNCCustomComponent.SaveSettingsToFile Method
Saves the component's published settings to a file.
API unit family: TMSFNCCustomComponent
Declaring type: TTMSFNCCustomComponent
Syntax
procedure SaveSettingsToFile(AFileName: string; AAppearanceOnly: Boolean = False); virtual;
Parameters
| Name | Description |
|---|---|
AFileName |
Path of the file to write. |
AAppearanceOnly |
When True, only appearance-related properties are saved. |