API:Vcl.Touch.Gestures.TPlatformGestureEngine.Supported

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function Supported: Boolean; override;

C++

__classmethod virtual bool __fastcall Supported();

Properties

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

Description

Checks whether this engine is supported by the underlying operating system.

Vcl.Touch.Gestures.TPlatformGestureEngine.Supported inherits from Vcl.Controls.TCustomGestureEngine.Supported. All content below this line refers to Vcl.Controls.TCustomGestureEngine.Supported.

Checks whether this engine is supported by the underlying operating system.

Supported is a virtual class method that specifies whether the given engine is supported on the underlying operating system and hardware configuration. You can call Supported without creating a new instance of the given gesture engine.

See Also