Vcl.Touch.Keyboard.TCustomTouchKeyboard

提供: RAD Studio API Documentation
移動先: 案内検索

Vcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomTouchKeyboard

Delphi

TCustomTouchKeyboard = class(TCustomControl)

C++

class PASCALIMPLEMENTATION TCustomTouchKeyboard : public Vcl::Controls::TCustomControl

プロパティ

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

説明

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

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

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

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

関連項目