TdxCustomGanttControl.LoadFromFile(string) Method
Loads a Gantt chart from the specified file.
#Declaration
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.