ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

gToRetrieve (Function)
Describes the text value to display and to return when retrieving the value of an element found in a List Box control or in a Combo Box control.
gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
gCoord (Function)
Builds a sequence of characters used to define the position of the input cursor for a text.
gLink (Function)
Adds an "invisible" value into an element found in a List Box 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.
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.
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....
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.
gStoredValueEnable (Function)
Allows (or not) retrieving the value defined by gStoredValue in a List Box or a Combo Box control.
gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...).
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
gRectangle (Function)
Builds a sequence of characters used to draw a rectangle.
gPen (Function)
Builds a sequence of characters used to describe the color of the text and/or the color of the shape outline (rectangle or circle)....
gLine (Function)
Builds a sequence of characters containing a line.
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
gCircle (Function)
Builds a sequence of characters containing a circle or an ellipse.
gImage (Function)
Builds a sequence of characters containing an image.
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
Accessibilité (Property)
WEBDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
1
2
3
4
5
6
10
>