ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating the Relation pages of a WEBDEV RAD pattern
Referring to an element in a WLanguage event / process
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
ProgressBar (Function)
Displays a progress bar in the status bar of current window.
Renaming a project
Renaming a project is used ton modify the name of the project. All the elements linked to the project before it is renamed are kept.
ArrayAddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of an advanced two-dimensional array property (xlsDocument, etc.)....
HDescribeFile (Function)
Describes a data file programmatically.
.NET object
To access a class......
Generating the RAD pattern
To generate a RAD pattern:...
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
ArrayInsert (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....
Warning (Function)
Displays a custom message in a system warning window.
BurnerAddFile (Example)
Usage example of the BurnerAddFile function
Internal component description
The description of an internal component can opened at any time......
MemCreate (Function)
Creates a memory area.
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
BurnerAddDirectory (Example)
Usage example of the BurnerAddDirectory function
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
Character strings
WLanguage supports different types of strings....
Window controls
Several types of controls can be used in a window, ......
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......