Vcl.Touch.Keyboard.TCustomTouchKeyboard.SetEnabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetEnabled(Value: Boolean); override;

C++

virtual void __fastcall SetEnabled(bool Value);

Properties

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

Description

Enables or disables the keyboard.

The SetEnabled method is used to enable or disable a TCustomTouchKeyboard instance. This is done by setting the DrawState of all the buttons to dsDisabled.

See Also