ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
SQLExec (Function)
Names and runs an SQL query.
Application : automatically executed processes / events
Several actions are automatically performed when opening or closing an application....
Structure of data files of user groupware
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
Constants for managing projects
List of constants used by the functions for managing projects....
fSeek (Example)
Usage example of the fSeek function
Optimizing the query execution
The query editor allows you to optimize the execution speed of one or more queries......
14. Generation modes
Generation modes...
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
Various constants
List of various constants used by the constants WINDEV functions....
GetTypeDefinition (Function)
Gets the description of a type identified by name.
Installing WINDEV/WEBDEV/WINDEV Mobile: Complying with the directory standard
The different Windows versions propose standard regarding the location of some files and the use of directories......
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
GetDefinition (Function)
Retrieves the definition of element type.
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......