Back to Devexpress

TdxCustomFlowChart.SelectedConnection Property

vcl-dxflchrt-dot-tdxcustomflowchart-561603ae.md

latest1.1 KB
Original Source

TdxCustomFlowChart.SelectedConnection Property

Specifies a single selected connection.

Declaration

delphi
property SelectedConnection: TdxFcConnection read; write;

Property Value

Type
TdxFcConnection

Remarks

This property allows you to:

  • Identify which connection is selected;

  • Move selection between the connections;

  • Cancel selection by assigning nil to it.

The SelectedConnection property returns the currently selected connection only if there are no selected chart symbols and selected connections count is equal to 1 , otherwise — nil.

To obtain the selected connections count, use the SelectedConnectionCount property.

See Also

TdxCustomFlowChart.SelectedObject

TdxCustomFlowChart Class

TdxCustomFlowChart Members

dxflchrt Unit