ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ListSelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
Partial indexing of memos
You now have the ability to index the content of a text memo item......
Native Informix Connector: Programming with HFSQL functions
To use an Informix database with the Native Connector, import the structure of Informix tables into the WINDEV or WEBDEV analysis......
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
3. Managing a website
WEBDEV Tutorial - Website deployment Lesson 3 - Managing a website - 10 min
CompactOption (Property)
The CompactOption property is used to: determine whether the options of a Check Box, Radio Button or Dashboard control are compacted. define whether the options of a Check Box, Radio Button or Dashboard control should be compacted....
DashMode (Function)
Opens or closes the Dashboard control edit mode.
gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text, circle, 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)....
Configuring the assisted universal replication
If your application uses the assisted universal replication via a file......
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
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).
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
OpenContextMenu (Function)
Automatically opens a context menu for the current control, window or page.
The Task structure
The Task structure is a preset structure of WLanguage (no declaration is required)......
How to choose the data source of a control?
This help page presents the different data sources available for a control....
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional array property of a variable type (xlsDocument variable for example)....
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....