ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

docColumn (Variable type)
The docColumn type is used to define the advanced characteristics of a table column found in a Word Processing document.
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
grTooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a pie chart, column of a column chart, etc.). Also allows you to find out the characteristics of the tooltip associated with each chart section. a custom tooltip, associated with a point....
CertificateClientInfo (Function)
Returns information about the certificate used by the client computer.
HTMLEditorGet (Function)
Asynchronously retrieves the value of one of the properties of an HTML Editor control.
Dequeue (Function)
Removes an element from the queue.
Pop (Function)
Pops an element from a stack.
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
xmlSignature (Variable type)
The xmlSignature type is used to define the advanced characteristics of an XML signature.
HCreateMovableReplica (Function)
Creates a movable replication.
WINDEV Mobile 2025 Update
Here are the new features that you will discover in this version......
VariableReset (Function)
Resets the variable to its initial value.
ErrorChangeParameter (Function)
Configures the automatic behavior that will be implemented if an error occurs in the current process.
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
Page templates
WEBDEV allows you to create page templates......
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
Assisted universal replication
To easily establish the universal replication between the data of a remote application and a central database, WINDEV and WEBDEV allow you to......
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......