Vcl.Touch.Keyboard.TCustomTouchKeyboard.Buttons

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

Delphi

property Buttons[Index: Integer]: TCustomKeyboardButton read GetButtons;

C++

__property TCustomKeyboardButton* Buttons[int Index] = {read=GetButtons};

プロパティ

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

説明

TCustomTouchKeyboard クラスのすべてのボタンのコレクション。

Buttons プロパティを使用すると、指定されたインデックスを使ってキーボード上のボタンにアクセスできます。

ボタン配列の長さは、ButtonsCount メソッドの値と同じです。 その配列はインデックス 0 で始まり、ButtonsCount - 1 で終わります。

関連項目