TdxChartPalette.SaveToFile(string) Method
Saves all stored palette items to a file in an internal XML-like format.
Declaration
procedure SaveToFile(const AFileName: string);
Parameters
Name | Type | Description |
---|---|---|
AFileName | string | The absolute or relative path to the target file. You can call the LoadFromFile procedure later to populate a user palette from the saved palette file. |
See Also