| Home | All functions | Categories |
vuClientHeight(), Long
Returns the current screen client height (e.g., 600, 768, 1024).
| Parameter | Data Type | Description |
|---|---|---|
| None | This function takes no parameters |
LONG containing the current screen client height.
MESSAGE('The client height of the screen is: ' & vuClientHeight())
| Home | All functions | Categories |