Vcl.Touch.GestureCtrls.TGesturePreview
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.