Vcl.Touch.Keyboard.TCustomTouchKeyboard.Buttons

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
property protected
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard TCustomTouchKeyboard

Description

La collection de tous les boutons de la classe TCustomTouchKeyboard.

Utilisez Buttons pour accéder aux boutons de clavier en utilisant un index donné.

La longueur du tableau de boutons est égale à la méthode ButtonsCount. Le tableau commence à l'index 0 et se termine à ButtonsCount - 1.

Voir aussi