Vcl.Touch.Gestures.TMouseGestureEngine.SetActive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetActive(const Value: Boolean); override;

C++

virtual void __fastcall SetActive(const bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Touch.Gestures.pas
Vcl.Touch.Gestures.hpp
Vcl.Touch.Gestures TMouseGestureEngine

Description

Changes the gesturing engine active status.

Use the SetActive method to activate or deactivate the gesturing engine. GetActive is the setter method for the Active property.

See Also