FMX.Controls.Presentation.TObjectAtPointInfo

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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.

Siehe auch