ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Connection variable>.RSDeleteConfig (Function)
Deletes a replication between two HFSQL servers.
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.
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
HRSDeleteConfig (Function)
Deletes a replication between two HFSQL servers.
DateDifference (Function)
Calculates the number of days between two dates.
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...
HSL (Function)
Creates a color from its hue, saturation and lightness.
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.
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).
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....
<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.
<Ansi string type>.DeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
<ANSI string type>.ToNum (Function)
Returns the numeric value of a character string. This feature enables you to perform numeric calculations on strings.
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
Native MySQL Connector: Programming with SQL functions
The SQL functions can be used to handle the MySQL database......
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).