browser class : Height getter

Description

Returns the height of the browser.

Syntax

instance.Height

Arguments

None.

Return value

ClassDescription
realThe 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.

Copyright © Cooker All rights reserved.