Vcl.Touch.Keyboard.TCustomKeyboardButton.Top

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Top: Integer read FTop;

C++

__property int Top = {read=FTop, nodefault};

Properties

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

Description

Specifies the Y coordinate of the upper-left corner of a TCustomKeyboardButton, relative to its parent.

Use Top to locate the top of the control or reposition the control to a different Y coordinate.

See Also