FMX.Types.TCustomGestureEngine.GetActive
Delphi
function GetActive: Boolean; virtual; abstract;
C++
virtual bool __fastcall GetActive(void) = 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.