Vcl.Touch.Keyboard.TCustomKeyboardButton.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Integer read FWidth;

C++

__property int Width = {read=FWidth, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard TCustomKeyboardButton

Description

Specifies the vertical size of a TCustomKeyboardButton button in pixels.

Use Width to read or modify the width of a TCustomKeyboardButton instance.

See Also