browser class : Height getter
Description
Returns the height of the browser.
Syntax
instance.Height
Arguments
None.
Return value
| Class | Description |
| real | The height of the browser. |
Sample code
| 1: | browser b; // Main-browser |
| 2: | real height = b.Height; |
Notes
The return value is the device independent pixel.
Links for reference
None.


