FMX.Controls.Presentation.TPresentedControl.ObjectAtPoint
Delphi
function ObjectAtPoint(P: TPointF): IControl; override;
C++
virtual Fmx::Types::_di_IControl __fastcall ObjectAtPoint(const System::Types::TPointF &P);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | protected | FMX.Controls.Presentation.pas FMX.Controls.Presentation.hpp |
FMX.Controls.Presentation | TPresentedControl |
Beschreibung
Sendet eine PM_OBJECT_AT_POINT
-Botschaft an die Darstellungsschicht über den Darstellungs-Proxy, um das Steuerelement anzufordern, in dem sich P
befindet.
Die Botschaft enthält einen TObjectAtPointInfo-Record.