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