Back to Devexpress

TdxCustomFlowChart.SelectedConnections Property

vcl-dxflchrt-dot-tdxcustomflowchart-576261dd.md

latest1.1 KB
Original Source

TdxCustomFlowChart.SelectedConnections Property

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

Declaration

delphi
property SelectedConnections[Index: Integer]: TdxFcConnection read;

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 SelectedConnectionCount value minus one.

See Also

TdxCustomFlowChart.SelectedConnection

TdxCustomFlowChart.SelectedConnections, TdxCustomFlowChart.SelectedConnectionCount, TdxCustomFlowChart.DeleteConnection example

TdxCustomFlowChart Class

TdxCustomFlowChart Members

dxflchrt Unit