ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Miscellaneous WINDEV functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
InVGAMode (Function)
In french: EnModeVGA
AjaxNot available
Indicates whether the application is run in VGA mode on a mobile device.
Remark: This function operates in WINDEV Mobile only (executable or Go in simulator mode).
Example
// If we are in VGA mode
IF InVGAMode() = True THEN
// Open the window intended for the VGA mode
Open(WIN_VGAMode)
ELSE
// Open the window intended for the non-VGA mode
Open(WIN_NonVGAMode)
END
Syntax
<Result> = InVGAMode()
<Result>: Boolean
  • True if the following conditions are fulfilled:
    • the application is run on a VGA mobile.
    • the application is run in VGA mode (and not in non-VGA emulation).
  • False otherwise.
Business / UI classification: UI Code
Component: wd290obj.dll
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help