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 the underlying Windows has Ink capabilities.

Supported returns true if the underlying Windows has support for Ink capabilities.

See Also