TdxCustomFlowChart.SelectedConnectionCount Property
Returns the total count of selected connections within the flow chart control.
Declaration
property SelectedConnectionCount: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Use this property to identify the total count of selected connections between the control’s chart symbols. To iterate through the selected connections, use the SelectedConnections property.
See Also