FMX.TreeView.TCustomTreeView.Count

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Count: Integer read GetCount;

C++

__property int Count = {read=GetCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.TreeView.pas
FMX.TreeView.hpp
FMX.TreeView TCustomTreeView

Description

Number of root-level items.

Read the Count property to determine the number of root-level items. Use GlobalCount to count all the items in the tree.

See Also