ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Push notification
A mobile device can receive push notifications......
ControlClone (Function)
Creates a new control from an existing control.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
InfoBuild (Function)
Displays a custom message in a system information window.
dBackground (Example)
Usage example of the dBackground function
fMemExist (Function)
Checks the existence of a shared memory zone.
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
Error (Function)
Displays a custom error message in a system error window.
Emulating constants
List of constants used by the functions for emulating automated tests....
OCRLoadLanguage (Function)
Adds a language to the native OCR system.
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
ColorHue (Function)
Calculates the hue of a color.
ColorSaturation (Function)
Calculates the saturation of a color.
ColorLightness (Function)
Calculates the lightness of a color.
End of Document block
The End of document block is run once at the end of the report execution......
2. Projects in practice
dPoint (Example)
Usage example of the dPoint function
11. Controls in practice
Discover the main characteristics of the controls...
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
<Chrono>.Reset (Function)
Stops and resets a running stopwatch.
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).