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

TControlBorderSpacing.AroundLeft

Spacing reserved on the left-hand side of the control.

Declaration

Source position: controls.pp line 870

public property TControlBorderSpacing.AroundLeft : Integer
  read GetAroundLeft;

Description

AroundLeft is a read-only Integer property which indicates the spacing used around and on the left-hand side of the control.

AroundLeft represents the total space reserved on all sides of the control, plus any additional space reserved on it left-hand edge. The value for the property is calculated as the sum of the values from the Around and Left properties. Updates must be performed to the Around and Left properties.

See also

TControlBorderSpacing.Around

  

The space to add on each side of a control.

TControlBorderSpacing.Left

  

The space at the left border.


Version 3.2 Generated 2024-02-25 Home