ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constants for managing projects
List of constants used by the functions for managing projects....
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
Handling WEBDEV Account Manager via command line
All the features in WEBDEV Account Manager can be used via command line......
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
Type (Example)
Usage example of the Type property
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
ChronoReset (Function)
Stops and resets a running stopwatch.
XMLChildExist (Function)
Specifies whether the current tag has children corresponding to the sought type (tag, attribute, ...).
InWebserviceMode (Function)
Used to find out whether the execution is in progress in the AWWS engine.
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
WINDEV 2024 Tutorial - Table of contents
Size (Example)
Usage example of the Size property
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
NotifDeleteCategory (Function)
Deletes a notification category from the application.
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file......
SocketRead (Function)
Retrieves a message sent by another socket.
HInitHF55 (Function)
Used to access specific functions for managing xBase (or dBase) data if Native xBase Access provided with WINDEV or WEBDEV 14 is not available.
LOOP statement
The statement block is repeated endlessly...
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
HListConnection (Function)
Returns the list of connections currently described in the application.
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
NoLeftCharacter (Function)
Returns a string after removing the specified characters from the left side of the initial string.