Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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