Vcl.Touch.Keyboard.TKeyboardButton

提供:RAD Studio API Documentation

エラー: 画像が無効、または存在しません。

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

説明

TTouchKeyboard が使用する、キーを表現するためのデフォルトのクラスです。

TKeyboardButton は、仮想キーボード上のボタンを表現するのに使用されるクラスです。TTouchKeyboard が、そのキーを表現するのに使用するデフォルトの型でもあります。

関連項目