Back to Devexpress

TdxCustomFlowChart.Connections Property

vcl-dxflchrt-dot-tdxcustomflowchart-9ae2ab34.md

latest869 B
Original Source

TdxCustomFlowChart.Connections Property

Provides indexed access to all connections between the control’s chart symbols.

Declaration

delphi
property Connections[Index: Integer]: TdxFcConnection read; write;

Property Value

Type
TdxFcConnection

Remarks

Use this property to access the connection whose index is passed as the Index parameter. The maximum Index value is the ConnectionCount value minus one.

See Also

TdxCustomFlowChart.SelectedConnections

TdxCustomFlowChart Class

TdxCustomFlowChart Members

dxflchrt Unit