API:Vcl.Touch.Gestures.TMouseGestureEngine.GetActive
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 | TMouseGestureEngine |
Description
Checks whether the gesturing engine is activated.
Vcl.Touch.Gestures.TMouseGestureEngine.GetActive inherits from Vcl.Controls.TCustomGestureEngine.GetActive. All content below this line refers to Vcl.Controls.TCustomGestureEngine.GetActive.
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.