Skip to main content

TdxCustomOrgChart.SaveToFile(string) Method

Saves a chart to the specified file.

Declaration

procedure SaveToFile(const AFileName: string);

Parameters

Name Type
AFileName string

Remarks

Call this procedure to save the control’s current content to a file whose full name is passed as the AFileName parameter.

To replace the unbound control‘s content with the structure loaded from a file, call the LoadFromFile procedure.

See Also