docs

Home All functions Categories

vuClientHeight()

vuClientHeight(), Long

Description

Returns the current screen client height (e.g., 600, 768, 1024).

Parameters

Parameter Data Type Description
None   This function takes no parameters

Returns

LONG containing the current screen client height.

Example

MESSAGE('The client height of the screen is: ' & vuClientHeight())
Home All functions Categories