ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

12. Pages in practice
Captcha control properties
The Captcha control can be handled by the WLanguage properties in server code and in browser code.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
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...
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
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.
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
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"...
NetworkConnect (Function)
Associates a drive with a shared network directory.
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.
Bearing (Property)
The Bearing property gets or sets the bearing of the map displayed in a Map control.
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.
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......