GestureCtrls.TCustomGesturePreview
Contents |
Delphi Information
From GestureCtrls.pas
TCustomGesturePreview = class(TCustomControl)
Unit: GestureCtrls
Type: class
Class Constants: GestureCtrls.TCustomGesturePreview Constants
Inherited Class Members: GestureCtrls.TCustomGesturePreview Members
Class Properties: GestureCtrls.TCustomGesturePreview Properties
Class Methods: GestureCtrls.TCustomGesturePreview Methods
Class Fields: GestureCtrls.TCustomGesturePreview Fields
Class Constructors & Destructors: GestureCtrls.TCustomGesturePreview Constructors
Class Types: GestureCtrls.TCustomGesturePreview Types
C++ Information
From GestureCtrls.hpp
TCustomGesturePreview = class(TCustomControl)
Unit: GestureCtrls
Type: class
Inherited Class Members: GestureCtrls.TCustomGesturePreview Members
Class Properties: GestureCtrls.TCustomGesturePreview Properties
Class Methods: GestureCtrls.TCustomGesturePreview Methods
Class Fields: GestureCtrls.TCustomGesturePreview Fields
Class Constructors & Destructors: GestureCtrls.TCustomGesturePreview Constructors
Class Types: GestureCtrls.TCustomGesturePreview Types
Description
TCustomGesturePreview is the base type for all gesture preview controls.
Use TCustomGesturePreview as a base class when defining a control that shows a gesture use preview. TCustomGesturePreview displays an animated preview for the assigned gesture. This preview includes an animated point that traces the path needed to recognize the gesture.
Do not create instances of TCustomGesturePreview. To put a gesture preview on the form, use a descendant of TCustomGesturePreview, such as TGesturePreview.
The most effective way to use TCustomGesturePreview is to associate it with a TGestureListView control. Whenever the selection changes in the TGestureListView, the preview automatically shows the new gesture.