ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Browser code (WLanguage): Framework 2
Starting with version 22, WEBDEV offers a new WLanguage framework for browser code...
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
16. Types of code
Opens a replication in direct mode or with a replication server.
Global and local variable
Two types of variables are available...
Set of procedures
The global procedures are grouped in set of procedures...
Events associated with Chart controls
List of events associated with the Chart controls...
Flex control properties
The Flex control can be handled by the WLanguage properties in server code and in browser code......
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.
XMLModify (Function)
Modifies the content of the current element found in the XML document.
dModifyHue (Function)
Changes the hue of an image: in an Image control, in an Image variable....
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.
Multi-touch management functions
The following functions are used to manage the multi-touch......
WayPoint (Property)
The WayPoint property is used to determine and change the points a Wire control has to pass through.
ToolTip (Property)
The ToolTip property gets and changes the tooltip text.
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
<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....
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
Token (Type of variable)
The Token type is used to define all the advanced characteristics of a token displayed in an edit control.
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
StringSplit (Function)
Extracts all the substrings from a character string based on one or more string separators.
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
AssistedInputClose (Function)
Closes the list of values proposed by the assisted input for an edit control.
grPointColor (Function)
Initializes the color of a specific point in one of the following chart types: Line, Scatter, Bubble chart....
AssistedInputOpen (Function)
Opens the list of values proposed by the assisted input for an edit control.
dModifyLightness (Function)
Changes the lightness of an image found: in an Image control, in an Image variable....
dModifySaturation (Function)
Modifies the saturation of an image found: in an Image control, in an Image variable....