FMX.Controls.Presentation.TObjectAtPointInfo
Delphi
  TObjectAtPointInfo = record
    Point: TPointF;
    Control: IControl;
  end;
C++
struct DECLSPEC_DRECORD TObjectAtPointInfo
{
public:
    System::Types::TPointF Point;
    Fmx::Types::_di_IControl Control;
};
Propriétés
| Type | Visibilité | Source | Unité | Parent | 
|---|---|---|---|---|
| record struct | public | FMX.Controls.Presentation.pas FMX.Controls.Presentation.hpp | FMX.Controls.Presentation | FMX.Controls.Presentation | 
Description
Enregistrement que TPresentedControl.ObjectAtPoint utilise pour envoyer un message afin de demander à la couche de présentation le contrôle qui contient le point indiqué.