ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Miscellaneous WINDEV functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
InVGAMode (Function)
In french: EnModeVGA
AjaxNot available
Indicates whether the application is run in VGA mode on a mobile device.
Note This function only works in WINDEV Mobile (executable or go in simulator mode).
Example
// Si on est en mode VGA
IF InVGAMode() = True THEN
	// Ouvrir la fenêtre adaptée pour le mode VGA
	Open(FEN_ModeVGA)
ELSE
	// Ouvrir la fenêtre adaptée pour le mode NON VGA
	Open(FEN_ModeNonVGA)
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: wd300obj.dll
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help