Back to Devexpress

TdxCustomFlowChart.SelectedObject Property

vcl-dxflchrt-dot-tdxcustomflowchart-eb2153a8.md

latest1.2 KB
Original Source

TdxCustomFlowChart.SelectedObject Property

Specifies a single selected chart symbol.

Declaration

delphi
property SelectedObject: TdxFcObject read; write;

Property Value

Type
TdxFcObject

Remarks

This property allows you to:

  • Identify which chart symbol is selected;

  • Move selection between the chart symbols;

  • Cancel selection by assigning nil to it.

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

To obtain the selected chart symbols count, use the SelectedObjectCount property.

See Also

TdxCustomFlowChart.SelectedConnection

TdxCustomFlowChart.SelectedObjects

TdxCustomFlowChart Class

TdxCustomFlowChart Members

dxflchrt Unit