TdxCustomFlowChart.SaveToFile(string) Method
Saves the currently displayed chart to the specified file.
Declaration
procedure SaveToFile(const FileName: string);
Parameters
Name | Type |
---|---|
FileName | 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 control’s content with the chart symbols loaded from a file, call the LoadFromFile procedure.
See Also