ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
gLink (Function)
Adds an "invisible" value to an element of a List or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
gImageExists (Function)
Checks whether an image was loaded in memory.
LoadImageSheet (Function)
Loads an image set in memory so that it can be used later by gImage.
LoadImage (Function)
Loads an image in memory so that it can be used later by gImage.
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.
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.
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...).
1
3
4
5
6
7
20
>