TdxOrgChart.LoadFromFile(string) Method
Loads a chart from the specified file.
#Declaration
procedure LoadFromFile(const AFileName: string);
#Parameters
Name | Type |
---|---|
AFile |
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.