Vcl.Touch.GestureMgr.TGestureCollection.AddGesture

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AddGesture: TCustomGestureCollectionItem; override;

C++

virtual Vcl::Controls::TCustomGestureCollectionItem* __fastcall AddGesture();

Properties

Type Visibility Source Unit Parent
function public
Vcl.Touch.GestureMgr.pas
Vcl.Touch.GestureMgr.hpp
Vcl.Touch.GestureMgr TGestureCollection

Description

Creates and adds a new gesture to the collection.

Use AddGesture to add a gesture to the collection. AddGesture creates a new TGestureCollectionItem, adds it to the internal list, and then returns a reference to it to the caller.

See Also