ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FTPSize (Example)
Usage example of the FTPSize function
Using the Google Maps service
The Google Maps service is an Internet mapping software proposed by Google......
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
Code editor: Display options
The code editor proposes several display options......
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
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......
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
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.
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
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).
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.
Comparison operators
The comparison operators can be divided into several categories......
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.