Vcl.Touch.Keyboard.TCustomKeyboardButton.Left

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Left: Integer read FLeft;

C++

__property int Left = {read=FLeft, nodefault};

Properties

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

Description

Specifies the horizontal coordinate of the left edge of a TCustomKeyboardButton, relative to its parent.

Use the Left property to determine where the left side of the control begins or to reposition the left side of the control.

See Also