ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Bearing (Property)
The Bearing property gets or sets the bearing of the map displayed in a Map control.
WDINT overview
WDINT is an optional tool of WINDEV, WEBDEV and WINDEV Mobile......
Time (Type of variable)
The Time type is used to easily handle the times...
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file......
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
Adapting a project to use the skins
An existing project (developed with an earlier WEBDEV version for example) can be easily adapted to use the skin elements......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
12. Pages in practice
Constants for the archiving functions
List of constants used by the archiving functions....
Project (External language)
Opens and runs a WINDEV project.
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
Captcha control properties
The Captcha control can be handled by the WLanguage properties in server code and in browser code.
fWebDir (Function)
Returns the physical name of the directory containing the images, the JavaScript files and the Java files of the WEBDEV site.
H.NbRetry (Variable)
Indicates the number of attempts for locking the file or the record before giving control back to the program.
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
HChangeConnection (Function)
Dynamically changes the connection associated with a data file.
iMargin (Function)
Defines the "logical" print margins.
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Managing accounts
WEBDEV Account Manager allows you to create a deployment account......
ThreadExecute (Function)
Starts the execution of a secondary thread.
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.