Vcl.Touch.GestureCtrls.TCustomGestureRecorder

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomGestureRecorder

Delphi

TCustomGestureRecorder = class(TCustomControl)

C++

class PASCALIMPLEMENTATION TCustomGestureRecorder : public Vcl::Controls::TCustomControl

Properties

Type Visibility Source Unit Parent
class public
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls Vcl.Touch.GestureCtrls

Description

TCustomGestureRecorder is the base type for all gesture recorder controls.

Use TCustomGestureRecorder as a base class when defining a control that is used to record a gesture. TCustomGestureRecorder allows recording a gesture using the currently selected gesture engine.

Do not create instances of TCustomGestureRecorder. To put a gesture recorder on the form, use a descendant of TCustomGestureRecorder, such as TGestureRecorder.

See Also