window class : Left(real) setter
Description
Sets the position of the window's left edge on the desktop screen.
Syntax
instance.Left = value;
Assigned value
| Class | Description |
| real | The position of the window's left edge |
Return value
None.
Sample code
| 1: | window w; |
| 2: | w.Left = 50.0; |
Notes
Please specify in device-independent pixel (DIP).
Links for reference
None.


