Show: Delphi C++
Display Preferences

FMX.TreeView.TTreeViewItem.Items

From XE2 API Documentation
Jump to: navigation, search

Delphi

property Items[Index: Integer]: TTreeViewItem read GetTreeItem; default;

C++

__property TTreeViewItem* Items[int Index] = {read=GetTreeItem/*, 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

Personal tools
Previous Versions
Translations