[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Position for the top edge of the associated Control after it has been adjusted for border spacing.
Source position: controls.pp line 867
public property TControlBorderSpacing.ControlTop : Integer |
ControlTop is a read-only Integer property. Its value is calculated as the difference between the Top property in the Control and the values in the Around and Top properties.
For example:
Control.Top - Around - Top
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 top edge of the associated control. |
|
|
Total height for the control including border spacing values in Around, Top, and Bottom. |
|
|
The client coordinate for the top edge of the control. |
Version 4.0 | Generated 2025-05-03 | Home |