Vcl.Touch.Keyboard.TCustomTouchKeyboard.SetEnabled

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SetEnabled(Value: Boolean); override;

C++

virtual void __fastcall SetEnabled(bool Value);

Propriétés

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

Description

Active ou désactive le clavier.

La méthode SetEnabled est utilisée pour activer ou désactiver une instance de TCustomTouchKeyboard. Cela est réalisé en définissant la DrawState de tous les boutons à dsDisabled.

Voir aussi