[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Position for the right-hand edge of the associated Control after it has been adjusted for border spacing.
Source position: controls.pp line 870
public property TControlBorderSpacing.ControlRight : Integer |
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).
|
The control where the border spacing values are applied. |
|
|
The border space on each of the edges for the associated control. |
|
|
The border space on the right edge of the associated control. |
|
|
Position for the left-hand edge of the associated Control after it has been adjusted for border spacing. |
|
|
The client coordinate with the left edge for the control. |
|
|
The horizontal size for the control. |
Version 4.0 | Generated 2025-05-03 | Home |