FMX.Controls.Presentation.TPointInObjectLocalInfo

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TPointInObjectLocalInfo = record
    Point: TPointF;
    Result: Boolean;
  end;

C++

struct DECLSPEC_DRECORD TPointInObjectLocalInfo
{
public:
    System::Types::TPointF Point;
    bool Result;
};

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

Informations concernant le point de test des frappes dans un contrôle local à un point spécifié.

Voir aussi