Back to Devexpress

TdxCustomFlowChart.LoadFromFile(string) Method

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

latest881 B
Original Source

TdxCustomFlowChart.LoadFromFile(string) Method

Loads a chart from the specified file.

Declaration

delphi
procedure LoadFromFile(const FileName: string);

Parameters

NameType
FileNamestring

Remarks

Call this procedure to replace the control’s current content with a chart loaded from a file whose full name is passed as the FileName parameter.

To save the control’s content, call the SaveToFile procedure.

See Also

TdxCustomFlowChart.LoadFromStream

TdxCustomFlowChart Class

TdxCustomFlowChart Members

dxflchrt Unit