Vcl.Touch.GestureCtrls.TCustomGesturePreview.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomGesturePreview(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TCustomGesturePreview(HWND ParentWindow) : Vcl::Controls::TCustomControl(ParentWindow) { }

Properties

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

Description

Creates and initializes an instance of TCustomGesturePreview.

Call Create to instantiate a gesture preview control view at run time. Gestures preview controls placed on forms at design time are created automatically.

See Also