ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ArrayReverse (Function)
Reverses the content of a one-dimensional array.
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
iPrintReport (External language)
Prints a report created with the report editor.
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
Count (Property)
The Count property returns the number of elements in a given set.
HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
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.
fFileName (Function)
Returns the name of an external file that is currently opened.
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
RGB (Function)
Defines a color from its Red, Green and Blue components.
ContactDisplay (Function)
Opens the form of a contact in the device's native contacts application (Android, iPhone or iPad, Universal Windows)....
FilterWithBounds (Property)
The FilterWithBounds property is used to determine if bounds have been specified for the filter implemented by HFilter on an HFSQL data file, view or query.
MinimumLength (Property)
The MinimumLength property is used to configure the minimum length of the words to be indexed.
ExceptionPropagate (Function)
Propagates an exception.
ColorHue (Function)
Calculates the hue of a color.
ColorSaturation (Function)
Calculates the saturation of a color.
ColorLightness (Function)
Calculates the lightness of a color.
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
Printing the content of a TreeView Table (AAF)
TreeView Table controls include an automatic context menu that allows users to perform multiple actions on the data displayed in the control......
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
dPoint (Example)
Usage example of the dPoint function