Vcl.Touch.Keyboard.TCustomKeyboardButton

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 を使用します。