TdxCustomFlowChart.SelCount Method
Returns the total selected chart elements count.
Declaration
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