Vcl.Controls.TTabletOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TTabletOptions = set of TTabletOption;

C++

typedef System::Set<TTabletOption, TTabletOption::toPressAndHold, TTabletOption::toFlickFallbackKeys> TTabletOptions;

Properties

Type Visibility Source Unit Parent
set
typedef
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Description

Specifies a set of possible options for a tablet device event.

TTabletOptions is a set of options for a tablet device event. These correspond to flags returned when responding to the WM_TABLET_QUERYSYSTEMGESTURESTATUS messages. These messages occur when using a tablet capable version of Windows with appropriate hardware. TTabletOptions is a set of type TTabletOption.

See Also