| Home | All functions | Categories |
vuClientWidth(), Long
Returns the current screen client width.
| Parameter | Data Type | Description |
|---|---|---|
| None | This function takes no parameters |
LONG containing the current screen client width.
MESSAGE('The screen client width is: ' & vuClientWidth())
| Home | All functions | Categories |