FMX.ListView.Types.TListItem.ObjectAtPoint

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

Delphi

function ObjectAtPoint(const Point: TPointF): TControl;

C++

Fmx::Controls::TControl* __fastcall ObjectAtPoint(const System::Types::TPointF &Point);

プロパティ

種類 可視性 ソース ユニット
function public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItem


説明

Point で指定された座標にある TControl オブジェクトを返します。

ObjectAtPoint は、リスト内のすべての項目を、指定された座標にある項目を見つけるまで、走査していきます。指定された座標になんらかのリスト オブジェクトが見つからなかった場合、ObjectAtPointnil を返します。

関連項目