Skip to main content

TdxGanttControlDataModel.SaveToFile(string) Method

Saves a Gantt chart to the specified file.

Declaration

procedure SaveToFile(const AFileName: string);

Parameters

Name Type
AFileName 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