ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Restoring an HFSQL Client/Server database
A backup of a HFSQL Client/Server database can be restored at any time......
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
Automatic calculations in a Table control (AAF)
In the Table and TreeView Table controls, the end user has the ability to add automatic calculations......
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
Gesture variable
The Gesture variable is used to retrieve the gesture parameters (swipe)......
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
Modifying the query content
The queries are used to easily select the records coming from one or more files, matching one or more selection criteria, ......
Image (Type of variable)
The Image type is used to define the advanced characteristics of an image.
gglConnection (Type of variable)
The gglConnection type is used to describe a connection to the Google services and to manage the authentication to different services...
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice has a direct impact on the release of class objects: depending on the reference selected, the "Destructor" will not be called at the same time.....
AAF: File Path edit controls
The edit controls that use the "File name and full path" input mask propose several AAFs (Automatic Application Features): a specific popup menu used to handle the file. a file preview in thumbnail format (for an Image or PDF file path)....
Label report
The report editor allows you to create "Label" reports......
AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.
EmailCheckAddress (Function)
Checks the validity of an email address.
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...
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.