Back to Devexpress

TdxCustomFlowChart.SaveToFile(string) Method

vcl-dxflchrt-dot-tdxcustomflowchart-dot-savetofile-x28-system-dot-string-x29.md

latest1.0 KB
Original Source

TdxCustomFlowChart.SaveToFile(string) Method

Saves the currently displayed chart to the specified file.

Declaration

delphi
procedure SaveToFile(const FileName: string);

Parameters

NameType
FileNamestring

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

TdxCustomFlowChart.LoadFromStream

TdxCustomFlowChart.SaveToStream

TdxCustomFlowChart Class

TdxCustomFlowChart Members

dxflchrt Unit