The client coordinate with the left edge for the control.
Source position: controls.pp line 1821
published property TControl.Left : Integer |
Left is an Integer property with the coordinate for the left edge of the control relative to its Parent. Changing the value for the property causes SetBounds to be called to apply the new value for the property along with the existing values in Top, Width, and Height.
|
The vertical size for the control. |
|
|
The client coordinate for the top edge of the control. |
|
|
The horizontal size for the control. |
|
|
The control within which the control is shown. |
|
|
Sets the bounds (Left, Top, Width, Height) of the control. |
|
|
Sets the bounds (left, top, height, width) and optionally the BaseBounds of the control. |
CT Web help |
CodeTyphon Studio |