browser class : Left getter
Description
Returns the position of the browser's left edge on the desktop screen.
Syntax
instance.Left
Arguments
None.
Return value
| Class | Description |
| real | The position of the browser's left edge |
Sample code
| 1: | browser b; // Main-browser |
| 2: | real left = b.Left; |
Notes
The return value is the device-independent pixel.
Links for reference
None.


