TdxGanttControlDataModel.SaveToFile(string) Method
In This Article
Saves a Gantt chart to the specified file.
#Declaration
Delphi
procedure SaveToFile(const AFileName: string);
#Parameters
Name | Type |
---|---|
AFile |
string |
#Remarks
Call this procedure to export a Gantt chart to an XML file passed as the AFileName parameter. To import the chart, call the LoadFromFile procedure.
See Also