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