Back to Devexpress

TdxCustomGanttControl.LoadFromFile(string) Method

vcl-dxganttcontrol-dot-tdxcustomganttcontrol-dot-loadfromfile-x28-system-dot-string-x29.md

latest1002 B
Original Source

TdxCustomGanttControl.LoadFromFile(string) Method

Loads a Gantt chart from the specified file.

Declaration

delphi
procedure LoadFromFile(const AFileName: string);

Parameters

NameType
AFileNamestring

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

TdxCustomGanttControl.LoadFromStream

TdxCustomGanttControl.SaveToStream

TdxCustomGanttControl Class

TdxCustomGanttControl Members

dxGanttControl Unit