ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

3. Data handled by a WINDEV Mobile application
The data handled by a WINDEV Mobile application can come from...
Interface checker
The advanced interface checker is a tool used to harmonize the positioning of controls in the different application windows......
HFSQL Cluster management
The HFSQL Control Center includes all the tools needed to manage HFSQL clusters......
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
<sshSession variable>.SCPSendFile (Function)
Transfers files via the Secure Copy Protocol.
<zipArchive variable>.InfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
2. Projects in practice
Discover the main operations that can be performed on a project....
HFSQL Client/Server: Scheduled optimization
Scheduled optimization is a mechanism for automatically optimizing your database......
The "Database schema" pane
The "Database schema" pane shows......
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
ThreadEnd (Function)
Ends the execution of the current thread.
HFSQL error handling help
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
12. Preventing from going back to a page
The Looper control
A Looper control is used to repeat the controls found in a specific area......
HCreationIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
Environment of the window editor
The main elements of window editor are as follows:
Environment of the project editor
The main elements of the project editor are as follows:
Binding controls to data
A window or page can display information from......