Vcl.Controls.PGestureEventInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PGestureEventInfo = ^TGestureEventInfo;

C++

typedef TGestureEventInfo *PGestureEventInfo;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Description

PGestureEventInfo is a pointer to a TGestureEventInfo record.

The TGestureEventInfo record contains information regarding a gesture event.

See Also