ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iPrintReport (Function)
Prints a report created with the report editor.
Displaying an Active WEBDEV Page
An Active WEBDEV Page can be displayed......
Various constants
List of various constants used by the constants WINDEV functions....
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
How to choose the data source of a control?
This help page presents the different data sources available for a control....
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
dbgInfo (Function)
Returns a debug information.
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
Events associated with Combo Box controls
List of events associated with Combo Box controls...
FTP constants
List of constants used by FTP functions....
Project with multiple analyses
A single WINDEV, WEBDEV or WINDEV Mobile project can now use multiple analyses (data descriptions)......
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
Administrator: Configuring and executing action plans
Once action plans are deployed, you can define how to run them....
HDescribeFile (Function)
Describes a table programmatically.
Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
sfUserInfo (Type of variable)
The sfUserInfo type is used to get information about a user...
Service variable
The Service variable is used to......