API:Vcl.Touch.Keyboard.TKeyboardButton

提供:RAD Studio API Documentation

TKeyboardButtonVcl.Touch.Keyboard.TCustomKeyboardButtonSystem.TObject

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

説明

タッチ キーボードのキーの基底クラス。 {{#multireplace:Vcl.Touch.Keyboard.TKeyboardButton|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:Vcl.Touch.Keyboard.TCustomKeyboardButton|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:Vcl.Touch.Keyboard.TCustomKeyboardButton|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。

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

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

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

関連項目