Vcl.Touch.Keyboard.TCustomTouchKeyboard.ButtonsCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ButtonsCount: Integer;

C++

int __fastcall ButtonsCount(void);

Properties

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

Description

Specifies the number of buttons.

The ButtonsCount method returns the number of buttons shown on the TTouchKeyboard component. ButtonsCount depends on the current layout used by the touch keyboard.

Use the Buttons property to access particular buttons by their index.

See Also