TTMSFNCDataGridCore.SaveSettingsToFile Method
Saves grid settings (column widths, row heights, appearance) to a file for later restoration via
LoadSettingsFromFile.
API unit family: TMSFNCDataGridCore
Declaring type: TTMSFNCDataGridCore
Syntax
procedure SaveSettingsToFile(AFileName: string; AAppearanceOnly: Boolean = False); virtual;
Parameters
| Name | Description |
|---|---|
AFileName |
Full path to the output file. |
AAppearanceOnly |
When True, only appearance settings are saved; data layout is omitted. |