Vcl.Touch.Keyboard.TCustomTouchKeyboard.ClearState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ClearState;

C++

void __fastcall ClearState();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard TCustomTouchKeyboard

Description

Clears the modifier keys state.

ClearState is used to clear the state of modifier keys (CapsLock, NumLock, and so on).

See Also