Vcl.Touch.Gestures.TPlatformGestureEngine.GetActive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetActive: Boolean; override;

C++

virtual bool __fastcall GetActive();

Properties

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

Description

Checks whether the gesturing engine is activated.

Use the GetActive method to check whether the gesturing engine is active. GetActive is the getter method for the Active property.

See Also