FMX.TreeView.TTreeViewItem.ItemByIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ItemByIndex(const Idx: Integer): TTreeViewItem;

C++

TTreeViewItem* __fastcall ItemByIndex(const int Idx);

Properties

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

Description

Returns the item with the specified index from the children list of the current item.

The first item in the list has index 0, the second item has index 1, and so on. The children list includes only the direct children.

See Also