ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
Native MariaDB Connector: Programming with SQL functions
The SQL functions can be used to handle the MariaDB database......
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
Composite variable
A composite variable contains different types of elements (members)...
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
<picLayer variable>.DrawPolygon (Function)
Draws a polygon in a picLayer variable.
HRSDeleteConfig (Function)
Deletes a replication between two HFSQL servers.
DateDifference (Function)
Calculates the number of days between two dates.
<Connection variable>.RSDeleteConfig (Function)
Deletes a replication between two HFSQL servers.
HSL (Function)
Creates a color from its hue, saturation and lightness.
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).
HAddLink (Function)
Adds an integrity rule between two data files on the server.
dPolygon (Function)
Draws a polygon: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
HDeleteLink (Function)
Deletes an integrity rule between two data files on the server.
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
dPoint (Function)
Draws a point: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line): in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dTextRTF (Function)
Draws RTF text: in an Image control, in an Image variable....
<Connection variable>.OpenConnection (Function)
Opens a connection to a specific database.
<Ansi string type>.Complete (Function)
Returns a character string of a specified length.
<ANSI String type>.Contains (Function)
Allows you to check if a substring is within a string.
<ANSI String type>.Right (Function)
Extracts the right part (i.e., the last characters) from a string or buffer.
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).