TdxCustomGanttControl.LoadFromFile(string) Method
Loads a Gantt chart from the specified file.
Declaration
procedure LoadFromFile(const AFileName: string);
Parameters
| Name | Type |
|---|---|
| AFileName | 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