ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
gCoord (Function)
Builds a sequence of characters used to define the position of the input cursor for a text.
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...).
Alias (Property)
The Alias property gets the alias of an element.
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
HDescribeFile (Function)
Describes a table programmatically.
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.
iCreateFont (Function)
Creates a new print font.
Text (Property)
The Text property is used to get and modify text.
Map control events
The following events appear by default in the code editor of WINDEV, WINDEV Mobile and WEBDEV...
Title (Property)
The Title property is used to get and change the title of an element.
Height (Property)
The Height property is used to get and change the height of an element.
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
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)....
gImage (Function)
Builds a sequence of characters containing an image.
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
Width (Property)
The Width property is used to determine and change the width of an element.
HDescribeConnection (Example)
Usage example of the HDescribeConnection function