API:Vcl.Touch.Keyboard.TTouchKeyboard

提供:RAD Studio API Documentation

TTouchKeyboardVcl.Touch.Keyboard.TCustomTouchKeyboardVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject

Delphi

TTouchKeyboard = class(TCustomTouchKeyboard)

C++

class PASCALIMPLEMENTATION TTouchKeyboard : public TCustomTouchKeyboard

プロパティ

種類 可視性 ソース ユニット
class public
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard Vcl.Touch.Keyboard

説明

仮想キーボードの基底クラス。 Vcl.Touch.Keyboard.TTouchKeyboard は Vcl.Touch.Keyboard.TCustomTouchKeyboard を継承しています。以下の内容はすべて Vcl.Touch.Keyboard.TCustomTouchKeyboard を参照しています。

仮想キーボードの基底クラス。

TCustomTouchKeyboard は、物理的なキーボードが存在しない場合に、タッチ スクリーンを使った仮想キーボードの作成をサポートできるようにします。

TCustomTouchKeyboard クラスは、カスタム仮想キーボードを作成するために、ユーザー実装から派生させる必要があります。

VCL では、TTouchKeyboard がメインの仮想キーボード クラスであり、TCustomTouchKeyboard から派生しています。

関連項目