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

TControlBorderSpacing.ControlRight

Position for the right-hand edge of the associated Control after it has been adjusted for border spacing.

Declaration

Source position: controls.pp line 870

public property TControlBorderSpacing.ControlRight : Integer
  read GetControlRight;

Description

ControlRight is a read-only Integer property. Its value is calculated as the sum of the Left property in the Control, its Width, and the values in the Around and Right properties for the class instance.

For example:

Control.Left + Control.Width + Around + Right

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.Right

  

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

TControlBorderSpacing.ControlLeft

  

Position for the left-hand edge of the associated Control after it has been adjusted for border spacing.

TControl.Left

  

The client coordinate with the left edge for the control.

TControl.Width

  

The horizontal size for the control.


Version 4.0 Generated 2025-05-03 Home