FMX.TreeView.TCustomTreeView.ItemByPoint

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
FMX.TreeView.pas
FMX.TreeView.hpp
FMX.TreeView TCustomTreeView

説明

ツリー ビューにおいて、X および Y で決定される位置にある項目を返します。

X および Y の座標パラメータで指定される位置にあるツリー項目を取得する場合、ItemByPoint メソッドを使用します。

関連項目