Skip to main content

TdxOrgChart.LoadFromFile(string) Method

Loads a chart from the specified file.

Declaration

procedure LoadFromFile(const AFileName: string);

Parameters

Name Type
AFileName string

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