FMX.TreeView.TTreeViewItem.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 TTreeViewItem

Description

Determines the number of direct descendants of the item.

Use Count to determine how many child nodes belong to a tree item. Count includes only immediate children, and not their descendants.

See Also