ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SCM: Managing rights
It is possible to manage and grant certain access rights to the developers for each element in the SCM......
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
gFontStrikeout (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is crossed out or not.
gStoredValueEnable (Function)
Allows (or not) retrieving the value defined by gStoredValue in a List Box or a Combo Box control.
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
gFontItalic (Function)
Builds a sequence of characters used to specify whether or not the text that follows the call to this function is in italic type.
Color palettes
The color palettes are an easy way to customize the visual aspect of a site......
Resizing a window (AAF)
ERR_BAD_CONTEXT_INVALID
The Map control is using the Google Maps API library. The Map control displays data coming from the Google Maps service....
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
Private Store for mobile applications
There are two methods two deploy your applications......
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...).
Functions for managing objects (External language)
Java application and WINDEV
A Java application is an application entirely compiled in Java......