FMX.Types.IControl.ObjectAtPoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ObjectAtPoint(AScreenPoint: TPointF): IControl;

C++

virtual _di_IControl __fastcall ObjectAtPoint(const System::Types::TPointF &AScreenPoint) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IControl

Description

Returns the control in which a specified point can be found.

P is the point in the object.

Implement ObjectAtPoint to return the control in which the P point is found.

See Also