ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with a Sliding Banner control
WEBDEV manages the following events by default (order of appearance in the code editor)...
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
HCloseConnection (Example)
Usage example of the HCloseConenction function
Monitoring robot: Creating a check
The monitor of the monitoring robot is used to create the different checks that must be performed by the monitoring robot......
Automatic index generation
The automatic index generation suggests index keywords based on the content of your help page......
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
TabOpen (Function)
Opens a new pane in a Dynamic Tab control.
HRplDeclareLink (Function)
Declares a (1, 1) (0, n) link between two tables.
InvalidInputListControl (Function)
Builds a list of controls that require data input/contain invalid data....
HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
Check model
You can use check models to easily create checks...
Events associated with internal windows
List of events associated with internal windows...
TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
Constants for the Exif functions
List of constants used by the Exif functions....
FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
HModifyServerRights (Function)
Modifies the rights granted to a user or to a group on an HFSQL server.
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.