FMX.ListView.Types.TListItemEmbeddedControl.ObjectAtPoint

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

Delphi

function ObjectAtPoint(const Point: TPointF): TControl; override;

C++

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

プロパティ

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

説明

指定されたポイントにある FMX.Controls.TControl を返します。

FMX.ListView.Types.TListItemEmbeddedControl.ObjectAtPoint は FMX.ListView.Types.TListItemDrawable.ObjectAtPoint を継承しています。以下の内容はすべて FMX.ListView.Types.TListItemDrawable.ObjectAtPoint を参照しています。

指定されたポイントにある FMX.Controls.TControl を返します。

仮想メソッド ObjectAtPoint は、子クラスで実装されます。 ObjectAtPoint は、指定された TPoint にある現在の FMX.Controls.TControl を返します(そのコントロールが存在する場合)。

関連項目