Vcl.Touch.GestureCtrls.TGesturePreview

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Touch.GestureCtrls.TCustomGesturePreviewVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTGesturePreview

Delphi

TGesturePreview = class(TCustomGesturePreview)

C++

class PASCALIMPLEMENTATION TGesturePreview : public TCustomGesturePreview

Properties

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

Description

TGesturePreview is used to preview a gesture.

TGesturePreview displays an animated preview for the assigned gesture. This preview includes an animated point that traces the path needed to recognize the gesture.

The most effective way to use TGesturePreview is to associate it with a TGestureListView control. Whenever the selection changes in the TGestureListView, the preview automatically shows the new gesture.

See Also