FMX.ListBox.TCustomListBox.ItemByPoint

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

Delphi

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

C++

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

プロパティ

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


説明

指定された点にある項目を返します。

ItemByPoint を呼び出すと、X および Y で示される点を、自分の境界内に含む項目を取得することができます。

関連項目