Vcl.ComCtrls.TCustomTreeView.SelectionCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SelectionCount: Cardinal read GetSelectionCount;

C++

__property unsigned SelectionCount = {read=GetSelectionCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTreeView

Description

Returns number of nodes selected.

SelectionCount returns the number of nodes currently selected.