Position for the left-hand edge of the associated Control after it has been adjusted for border spacing.
Source position: controls.pp line 861
public property TControlBorderSpacing.ControlLeft : Integer |
ControlLeft is a read-only Integer property. Its value is calculated as the difference between the Left property in the Control and the values in the Around and Left properties for the class instance.
For example:
Control.Left - Around - Left
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 left edge of the associated control. |
|
|
Total width for the control including border spacing values in Around, Left, and Right. |
|
|
The client coordinate with the left edge for the control. |
CT Web help |
CodeTyphon Studio |