Back to Devexpress

TdxCustomFlowChart.DeleteObject(TdxFcObject) Method

vcl-dxflchrt-dot-tdxcustomflowchart-dot-deleteobject-x28-dxflchrt-dot-tdxfcobject-x29.md

latest937 B
Original Source

TdxCustomFlowChart.DeleteObject(TdxFcObject) Method

Deletes the specified chart symbol.

Declaration

delphi
procedure DeleteObject(AObject: TdxFcObject);

Parameters

NameType
AObjectTdxFcObject

Remarks

Call this procedure to remove a chart symbol passed as the AObject parameter from the control’s client area.

To create a chart symbol, invoke the CreateObject function.

See Also

TdxCustomFlowChart.DeleteConnection

TdxCustomFlowChart Class

TdxCustomFlowChart Members

dxflchrt Unit