ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
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....
5. User Groupware in practice
Multicolumn report
The report editor allows you to create "Multicolumn" reports....
iPrintReport (External language)
Prints a report created with the report editor.
StatVarianceP (Function)
Calculates the variance for a full series of values.
HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
HAddUser (Function)
Adds a user to a database.
Principle for running threads
At runtime, an application runs in a main thread......
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
grMenuOption (Function)
Modifies the text of an option in the context menu of a chart.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
1. WEBDEV environment
WEBDEV Tutorial: WEBDEV overview Lesson 1 - WEBDEV environment - 5 min
Obtaining an SSL certificate for IIS2 (2.0 or later)
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
HPrevious (Function)
Positions on the previous file record according to a browse item.
Operations available for the dates, times and durations, ...
The following operations are available for the following types of variables......
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
HState (Function)
Used to find out the state of a record.
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
14. Controls in practice
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.