Vcl.Touch.Keyboard.TCustomKeyboardButton

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

System.TObjectTCustomKeyboardButton

Delphi

TCustomKeyboardButton = class

C++

class PASCALIMPLEMENTATION TCustomKeyboardButton : public System::TObject

プロパティ

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

説明

タッチ キーボードのキーの基底クラス。

VCL では、TKeyboardButton の基底クラスとして、TCustomKeyboardButton が使用されます。

TCustomKeyboardButton は、キーボード ボタンや仮想ボタンに関連するプロパティとメソッドをサポートできるようにします。独自のキーボード ボタンを派生させる場合に、基底クラスとして TCustomKeyboardButton を使用します。

関連項目