ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query...
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query...
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
GetUUID256 (Function)
Calculates a 256-bit Universal unique identifier ("UUID").
Flexbox control properties
You can manipulate Flexbox controls in a page using the following WLanguage properties......
TextWithoutFormat (Property)
The TextWithoutFormat property is used to get the text contained in a rich edit control without the formatting tags.
Constants for manging the replication
List of constants used by the functions for managing the replication....
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
Replication: The different types
The data replication is a powerful feature......
Radio Button control properties
List of properties associated with a Radio Button control...
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
CodeEditorUncomment (Function)
Uncomments the current selection in the Code Editor control. "//" characters at the beginning of the current line are removed....
Multi-touch management functions
The following functions are used to manage the multi-touch......
LineCursor (Property)
The LineCursor property gets and sets the number of the line where the cursor is located in a Code Editor control.
ToolTip (Property)
The ToolTip property gets and changes the tooltip text.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
Events associated with a Sliding Banner control
WEBDEV manages the following events by default (order of appearance in the code editor)...
FolderWeb_15 (Function)
Caution: when migrating a project from WEBDEV 1.5 to WEBDEV 17: FolderWeb was replaced with FolderWeb_15. a warning is automatically generated in your project....
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
dModifyHue (Function)
Changes the hue of an image: in an Image control, in an Image variable....
InBackgroundMode (Function)
Indicates whether the code is run when the application is in background.
<Array>.Insert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
OCRExtractText (Function)
Reads the text contained in an image.
StringSplit (Function)
Extracts all the substrings from a character string based on one or more string separators.
Token (Type of variable)
The Token type is used to define all the advanced characteristics of a token displayed in an edit control.