Back to Devexpress

TdxOrgChart.LoadFromFile(string) Method

vcl-dxorgchr-dot-tdxorgchart-dot-loadfromfile-x28-system-dot-string-x29.md

latest840 B
Original Source

TdxOrgChart.LoadFromFile(string) Method

Loads a chart from the specified file.

Declaration

delphi
procedure LoadFromFile(const AFileName: string);

Parameters

NameType
AFileNamestring

Remarks

Call this procedure to replace the control’s current content with the structure loaded from a file whose full name is passed as the AFileName parameter.

To save the control’s content, call the SaveToFile procedure.

See Also

TdxOrgChart.LoadFromStream

TdxOrgChart Class

TdxOrgChart Members

dxorgchr Unit