FMX.ListView.Types.TListItemEmbeddedControl.ObjectAtPoint

From RAD Studio API Documentation

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function protected
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItemEmbeddedControl

Description

Returns the FMX.Controls.TControl at a given point. {{#multireplace:FMX.ListView.Types.TListItemEmbeddedControl.ObjectAtPoint|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.ListView.Types.TListItemDrawable.ObjectAtPoint|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.ListView.Types.TListItemDrawable.ObjectAtPoint|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Returns the FMX.Controls.TControl at a given point.

The ObjectAtPoint virtual method is to be implemented in child classes. ObjectAtPoint returns the current FMX.Controls.TControl at a given TPoint (if the control exists).

See Also