TdxChartPalette.SaveToFile(string) Method
In This Article
Saves all stored palette items to a file in an internal XML-like format.
#Declaration
Delphi
procedure SaveToFile(const AFileName: string);
#Parameters
Name | Type | Description |
---|---|---|
AFile |
string | The absolute or relative path to the target file. You can call the Load |
See Also