Vcl.Touch.Gestures.TGestureRecognizer.TPostCallback

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TPostCallback = procedure(const Percentages: array of Double;
const Points, GesturePoints: array of TPoint; GestureID: TGestureID) of object;

C++

typedef void __fastcall (__closure *TPostCallback)(const double *Percentages, const int Percentages_High, const System::Types::TPoint *Points, const int Points_High, const System::Types::TPoint *GesturePoints, const int GesturePoints_High, Vcl::Controls::TGestureID GestureID);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
Vcl.Touch.Gestures.pas
Vcl.Touch.Gestures.hpp
Vcl.Touch.Gestures TGestureRecognizer

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.