ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)......
ActionLabel (Property)
The ActionLabel property is used to get and change the label of the notification's action button....
Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector for MySQL......
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
EmulateConfirm (Function)
Emulates the next call to Confirm and automatically clicks the button passed in parameter.
WDInst: Configuring the setup computer
When creating the setup program, WDInst allows you to configure the computer where the program will be installed......
EmulateDialog (Function)
Emulates the next call to Dialog and automatically clicks the button passed in parameter.
EmulateOKCancel (Function)
Emulates the next call to OKCancel and automatically clicks the button passed in parameter.
EmulateYesNo (Function)
Emulates the next call to YesNo and automatically clicks the button specified in parameter.
The Calculated control
The "Calculated" control is used to perform calculations in a report......
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
Showing passwords (AAF)
By default, in password controls, characters are replaced with dots......
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
The structure of the file for remote control
The management of remote control uses a file in INI format......
gpwAddAuthLogin (Function)
Adds a login button (Facebook, Google, Microsoft, etc.) in the login window or page.
Button control properties
Button controls in a window or page can be manipulated using different WLanguage properties......
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
Creating an executable: General options
The main executable options are as follows......
Operations available for the dates, times and durations, ...
The following operations are available for the following types of variables......
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....