TBaseVirtualTree.SelectedCount Property

Virtual Tree View

Contains the number of selected nodes.

Pascal
property SelectedCount: Integer;
Description

If multiselection is enabled (toMultiSelect) then SelectedCount will contain the actual number of selected nodes. In order to change the selection state of a node use Selected or AddToSelection/RemoveFromSelection.

Class
Links
What do you think about this topic? Send feedback!