[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TControl.Left

The client coordinate with the left edge for the control.

Declaration

Source position: controls.pp line 1850

published property TControl.Left : Integer
  read FLeft
  write SetLeft;

Description

Left is an Integer property with the coordinate for the left edge of the control relative to its Parent. Changing the value for the property causes SetBounds to be called to apply the new value for the property along with the existing values in Top, Width, and Height.

See also

TControl.Height

  

The vertical size for the control.

TControl.Top

  

The client coordinate for the top edge of the control.

TControl.Width

  

The horizontal size for the control.

TControl.Parent

  

The control within which the control is shown.

TControl.SetBounds

  

Sets the bounds (Left, Top, Width, Height) of the control.

TControl.ChangeBounds

  

Sets the bounds (left, top, height, width) and optionally the BaseBounds of the control.


Version 3.2 Generated 2024-02-25 Home