ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Comparison operators
The comparison operators can be divided into several categories......
Environment of the window editor
The main elements of window editor are as follows:
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
Cross-references in the code editor
The cross-references in the code editor are used to identify......
OpenAPIToHTTP (Function)
Builds the HTTP request to call a function of an API. It can then be sent using HTTPSend.
<Image>.DrawPolyline (Function)
Draws a line composed of multiple segments in an Image control.
FTPSize (Example)
Usage example of the FTPSize function
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
<Organizer>.DeleteAppointment (Function)
Deletes an appointment from an Organizer control.
SysNotificationRemoveID (Function)
Removes all previously sent interactive notifications that match the specified identifier (ID).
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
Error 404: The file for HFSQL browse cannot be an expression of this type
gpwForgottenPassword (Function)
Runs an action to retrieve or change the password of a user.
TimelineDeleteAll (Function)
Deletes all events and tracks from a TimeLine control.
Check: Test of a WLanguage code
The monitoring robot is used to compile and run the WLanguage code entered......
Using the Salesforce service
Salesforce is a very popular CRM software......
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
HOut (Function)
Used to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
MapDeleteImage (Function)
Deletes an image drawn on the map displayed in a Map control.
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......