Vcl.Touch.Keyboard.TCustomTouchKeyboard.Buttons

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Collection of all the buttons in the TCustomTouchKeyboard class.

Use Buttons to access buttons on the keyboard using a given index.

The length of the buttons array is equal to the ButtonsCount method. The array starts at index 0 and ends at ButtonsCount - 1.

See Also