ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

VisualEffect (Property)
The VisualEffect property allows you to apply a visual effect on a control or group of controls in a window.
HDescribeItem (Example)
Usage example of the HDescribeItem function
Automation object
The Automation keyword is used to declare an automation object...
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
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....
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
HSetMemo (Function)
Used to modify the management mode of memo items.
HCreationIfNotFound (Example)
Usage example of the HCreationIfNotFound function
HPrevious (Function)
Positions on the previous file record according to a browse item.
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......
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....