Back to Devexpress

TdxCustomFlowChart.SelCount Method

vcl-dxflchrt-dot-tdxcustomflowchart-0eb6c47b.md

latest981 B
Original Source

TdxCustomFlowChart.SelCount Method

Returns the total selected chart elements count.

Declaration

delphi
function SelCount: Integer;

Returns

Type
Integer

Remarks

Use this function to identify the current selection state. If the SelCount function returns 0 , there are no selected chart symbols.

The returned function value can exceed 1 only when the fcoMultiSelect flag is set in the Options property value.

See Also

TdxCustomFlowChart.SelectedConnectionCount

TdxCustomFlowChart.SelectedObjectCount

TdxCustomFlowChart Class

TdxCustomFlowChart Members

dxflchrt Unit