window class : Width getter
Description
Returns the width of the window.
Syntax
instance.Width
Arguments
None.
Return value
| Class | Description |
| real | The width of the window. |
Sample code
| 1: | window w = new window(); |
| 2: | real width = w.Width; |
Notes
The return value is the device independent pixel.
Links for reference
None.


