Back to Devexpress

Create(TdxCustomFlowChart) Constructor

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

latest1.1 KB
Original Source

Create(TdxCustomFlowChart) Constructor

Creates a new TdxFcConnection class instance.

Declaration

delphi
constructor Create(AOwner: TdxCustomFlowChart);

Parameters

NameType
AOwnerTdxCustomFlowChart

Remarks

Call this constructor to create a connection within the flow chart control passed as the AOwner parameter. The Create constructor calls the inherited constructor and initializes the connection’s properties and fields.

Alternatively, you can call the flow chart control’s CreateConnection function to create a new connection within it.

To delete a connection, call its destructor or the Free procedure.

See Also

DeleteConnection

TdxFcConnection Class

TdxFcConnection Members

dxflchrt Unit