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