API: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 activated state of the gesturing engine.

Vcl.Touch.Gestures.TMouseGestureEngine.SetActive inherits from Vcl.Controls.TCustomGestureEngine.SetActive. All content below this line refers to Vcl.Controls.TCustomGestureEngine.SetActive.

Changes the activated state of the gesturing engine.

Override SetActive in descending classes to support changing the activated state of the gesturing engine. SetActive is the setter method for the Active property.

See Also