Back to Devexpress

TdxCustomFlowChart.DeleteConnection(TdxFcConnection) Method

vcl-dxflchrt-dot-tdxcustomflowchart-dot-deleteconnection-x28-dxflchrt-dot-tdxfcconnection-x29.md

latest923 B
Original Source

TdxCustomFlowChart.DeleteConnection(TdxFcConnection) Method

Deletes the specified connection.

Declaration

delphi
procedure DeleteConnection(AConnection: TdxFcConnection);

Parameters

NameType
AConnectionTdxFcConnection

Remarks

Call this procedure to remove a connection passed as the AConnection parameter from the control’s client area.

To create a connection, invoke the CreateConnection function.

See Also

TdxCustomFlowChart.DeleteObject

TdxCustomFlowChart Class

TdxCustomFlowChart Members

dxflchrt Unit