ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
rssImage (Type of variable)
The rssImage type is used to describe the image of a RSS stream...
ServiceInstall (Function)
Installs a Windows service or a Linux daemon according to the information given in the members of the Service variable.
PageDisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
ProgressBarExecute (Function)
Starts a long browser process and fill a Progress Bar via Ajax according to the progress of this process.
Native SQLite Connector: Programming with SQL functions
The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis....
FTPFileExist (Function)
Checks the existence of a file on an FTP server.
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
BurnerVolumeName (Function)
Allows you to find out or modify the name of the CD or DVD to burn.
BurnerEject (Function)
Opens or closes the door of current burner.
Brochure of new features: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
ScreenToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control. Scrolling internal windows: Modifies the window currently displayed. This modification is saved in the list of internal windows to scroll....
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
ErrorBuild (Function)
Displays a custom error message in a system error window.
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
Reminder (Type of variable)
The Reminder type is used to describe and handle a reminder to inform the user of an appointment.