ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HPrevious (Function)
Positions on the previous file record according to a browse item.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
HDescribeItem (Example)
Usage example of the HDescribeItem function
HChangeDir (Function)
Changes the path to a table (i.e. directory in which the file will be handled).
HFSQL constants
List of constants used by the HFSQL functions....
VisualEffect (Property)
The VisualEffect property allows you to apply a visual effect on a control or group of controls in a window.
HSetMemo (Function)
Used to modify the management mode of memo items.
HCreationIfNotFound (Example)
Usage example of the HCreationIfNotFound function
ThreadExecute (Function)
Starts the execution of a secondary thread.
HPass (Function)
Defines the password used to create or open a table.
Accessing a database via a web service
The database can be accessed via a web service......
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
Activity diagram
An activity diagram represents the behavior of a method or the flow of a use case......
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....
Events associated with the project
List of events associated with the project...
HSubstDir (Example)
Usage example of the HSubstDir function
HExecuteAsynchronousProcedure (Function)
Executes a stored procedure in asynchronous mode. This new function is available from WINDEV Suite SaaS 2025 - Update 2....