Vcl.Touch.Keyboard.TCustomTouchKeyboard.ButtonsCount

提供:RAD Studio API Documentation

Delphi

function ButtonsCount: Integer;

C++

int __fastcall ButtonsCount(void);

プロパティ

種類 可視性 ソース ユニット
function protected
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard TCustomTouchKeyboard

説明

ボタンの数を指定します。

ButtonsCount メソッドは、TTouchKeyboard コンポーネント上に表示されるボタンの数を返します。 ButtonsCount の戻り値は、タッチ キーボードによって使用された現在のレイアウトによって異なります。

Buttons プロパティを使用すると、インデックスによって特定のボタンへのアクセスが可能になります。

関連項目