O4WSetMobile routine
Description
Used to inform O4W that this page will be generated for the mobile browser (if bMobileFlag parameter is "1") or the desktop browser (if bMobileFlag parameter is "0"). Make this call before O4WForm() to properly configure O4W.
Syntax
O4WSetMobile(bMobileFlag)
Parameters
The function has the following parameters:
Parameter | Description | |
---|---|---|
bMobileFlag | Boolean. When TRUE the page will be generated for a mobile browser. |
See Also
O4WGetMobile routine