Back to Devexpress

TdxCustomOrgChart.SaveToFile(string) Method

vcl-dxorgchr-dot-tdxcustomorgchart-dot-savetofile-x28-system-dot-string-x29.md

latest917 B
Original Source

TdxCustomOrgChart.SaveToFile(string) Method

Saves a chart to the specified file.

Declaration

delphi
procedure SaveToFile(const AFileName: string);

Parameters

NameType
AFileNamestring

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

TdxCustomOrgChart.SaveToStream

TdxCustomOrgChart Class

TdxCustomOrgChart Members

dxorgchr Unit