FMX.Controls.Presentation.TPresentedControl.ObjectAtPoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ObjectAtPoint(P: TPointF): IControl; override;

C++

virtual Fmx::Types::_di_IControl __fastcall ObjectAtPoint(const System::Types::TPointF &P);

Properties

Type Visibility Source Unit Parent
function protected
FMX.Controls.Presentation.pas
FMX.Controls.Presentation.hpp
FMX.Controls.Presentation TPresentedControl

Description

Sends a PM_OBJECT_AT_POINT message to the presentation layer through its presentation proxy to request the control in which P can be found.

The message includes a TObjectAtPointInfo record.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=FMX.Controls.Presentation.TPresentedControl.ObjectAtPoint&oldid=695241"