Vcl.Controls.TCustomGestureEngine.Supported

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function Supported: Boolean; virtual;

C++

__classmethod virtual bool __fastcall Supported();

Properties

Type Visibility Source Unit Parent
function public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomGestureEngine

Description

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