API:Vcl.Touch.Keyboard.TKeyboardButton

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

Vcl.Touch.Keyboard.TCustomKeyboardButtonSystem.TObjectTKeyboardButton

Delphi

TKeyboardButton = class(TCustomKeyboardButton);

C++

class PASCALIMPLEMENTATION TKeyboardButton : public TCustomKeyboardButton

プロパティ

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

説明

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

Vcl.Touch.Keyboard.TKeyboardButton は Vcl.Touch.Keyboard.TCustomKeyboardButton を継承しています。以下の内容はすべて Vcl.Touch.Keyboard.TCustomKeyboardButton を参照しています。

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

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

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

関連項目