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;
};
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
record struct  | 
		public | FMX.Controls.Presentation.pas FMX.Controls.Presentation.hpp  | 
        FMX.Controls.Presentation | FMX.Controls.Presentation | 
Beschreibung
Record, mit dem TPresentedControl.ObjectAtPoint eine Botschaft sendet, um von der Darstellungsschicht das Steuerelement anzufordern, das den angegebenen Punkt enthält.