FMX.Types.TCustomGestureEngine.GetActive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetActive: Boolean; virtual; abstract;

C++

virtual bool __fastcall GetActive() = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
FMX.Types.pas
FMX.Types.hpp
FMX.Types TCustomGestureEngine

Description

Checks whether the gesturing engine is activated.

Override GetActive in descending classes to support checking the gesturing engine for activation. GetActive is the getter method for the Active property.

See Also