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

TControlBorderSpacing.ControlBottom

Position for the bottom of the associated Control including assigned border spacing.

Declaration

Source position: controls.pp line 871

public property TControlBorderSpacing.ControlBottom : Integer
  read GetControlBottom;

Description

ControlBottom is a read-only Integer property. Its value is calculated as the sum of the Top property in the Control and its Height with the values in the Around and Bottom properties.

For example:

Control.Top + Control.Height + Around + Bottom

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

See also

TControlBorderSpacing.Control

  

The control where the border spacing values are applied.

TControlBorderSpacing.Around

  

The border space on each of the edges for the associated control.

TControlBorderSpacing.Bottom

  

The border space on the bottom edge of the associated control.

TControlBorderSpacing.ControlWidth

  

Total width for the control including border spacing values in Around, Left, and Right.

TControl.Top

  

The client coordinate for the top edge of the control.

TControl.Height

  

The vertical size for the control.


Version 4.0 Generated 2025-05-03 Home