FMX.TreeView.TCustomTreeView.ItemByPoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ItemByPoint(const X, Y: Single): TTreeViewItem;

C++

TTreeViewItem* __fastcall ItemByPoint(const float X, const float Y);

Properties

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

Description

Returns the item at the position determined by X and Y in the tree view.

Use the ItemByPoint method whenever you need to obtain the tree item located at the position specified through the X and Y coordinate parameters.

See Also