ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
CookieWrite (Function)
Writes a cookie onto the computer of the Web user.
2. WEBDEV administrator in practice
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
WEBDEV administrator: Installed Webservices
The "Webservices" tab gives information about the dynamic WEBDEV Webservices installed on the computer......
DeclareAWPContext (Function)
Used to declare a list of variables whose value will be persistent between the successive displays of Active WEBDEV Pages.
I work as a developer: How to manage my tasks and my schedule?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile include many tools to help developers manage their schedules and the different associated tasks......
WinStatus (Function)
Identifies or modifies the window status.
Automatic data file modification: new date format
From WINDEV 7 and WEBDEV 7 version 149, new date and time formats are available for the Hyper File files......
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
Operating mode of dynamic Active WEBDEV Pages
Reports
A report provides a custom view of data......
Other operators
The following are additional operators......
Constants used for managing the multi-touch
Constants for managing the multi-touch...
Data model editor: Describing a connection
Any program developed with WINDEV, WEBDEV or WINDEV Mobile can easily access......
HBuildKeyValueANSI (Function)
Regardless of the platform used, the data stored in the HFSQL files is in ANSI format.
Extra (Property)
The Extra property is used to: Get additional information about a control, window, or page. Edit additional information of a control, window or page. In browser code, you can only get additional information of a control or page....
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
Dictionary properties
The properties of a WDTRAD dictionary are as follows......
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
HPrevious (Function)
Positions on the previous file record according to a browse item.
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
HNext (Function)
Sets the position on the next data file record according to a browse item.
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......