GestureCtrls.TGesturePreview
From RAD Studio VCL Reference
Contents |
Delphi Information
From GestureCtrls.pas
TGesturePreview = class(TCustomGesturePreview)
Unit: GestureCtrls
Type: class
Inherited Class Members: GestureCtrls.TGesturePreview Members
C++ Information
From GestureCtrls.hpp
TGesturePreview = class(TCustomGesturePreview)
Unit: GestureCtrls
Type: class
Inherited Class Members: GestureCtrls.TGesturePreview Members
Class Constructors & Destructors: GestureCtrls.TGesturePreview Constructors
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.