FMX.TreeView.TTreeViewItem.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Items[const Index: Integer]: TTreeViewItem read ItemByIndex; default;

C++

__property TTreeViewItem* Items[const int Index] = {read=ItemByIndex/*, default*/};

Properties

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

Description

Provides access to individual subnodes of the TTreeViewItem component.

Read the Items property in order to access the item with the given index.

The Items property is zero-based.

See Also