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

TControlBorderSpacing.ControlLeft

Space reserved on the left-hand edge of the control relative to the position for the control.

Declaration

Source position: controls.pp line 874

public property TControlBorderSpacing.ControlLeft : Integer
  read GetControlLeft;

Description

ControlLeft is a read-only Integer property that indicates the space reserved on the left-hand edge of the control relative to the position for the control class instance. The value in ControlLeft is calculated as the difference between the Left position for the control and the values in the Around and Left properties. For example:

FControl.Left-Around-Left

If a TControl instance is not available in Control, the value for the property is 0 (zero).

See also

TControlBorderSpacing.Around

  

The space to add on each side of a control.

TControlBorderSpacing.Left

  

The space at the left border.

TControl.Left

  

The client coordinate with the left edge for the control.


Version 3.2 Generated 2024-02-25 Home