Vcl.Controls.TCustomGestureEngine.SetActive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetActive(const Value: Boolean); virtual; abstract;

C++

virtual void __fastcall SetActive(const bool Value) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomGestureEngine

Description

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