ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LockAppTimeout (Function)
Returns or modifies the idle time before a WINDEV application is locked.
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
11. Popup page
Indicates the start of a series of actions performed in a Diagram document in a single event ("undo/redo")....
Windows
The windows represent the main interface of a WINDEV application......
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the table 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....
Pivot Table control description
The description window of a Pivot Table control is used to configure several elements of the control......
Interface checker
The advanced interface checker is a tool that allows you to improve the layout of controls in the different windows of the application......
Manipulating Wire controls programmatically
WINDEV allows you to programmatically manipulate Wire controls......
Information 2101: 'Short int' does not exist anymore: use 'unsigned 1-byte int'
Operator on Address
The & operator returns the address of a variable as an integer
FlexAlignItems (Property)
The Property FlexAlignItems allows you to know and modify the alignment characteristics of the fields inside a row of a Flexbox field according to the secondary axis of the field ( Property 900 corresponding CSS "align-items").
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
Events associated with the Conference control
List of events associated with a Conference control...
SynchroHFSQL (Property)
The SynchroHFSQL property is used to: know how to refresh a data-bound Table control linked to an HFSQL Client/Server table. specify the refresh mode of a Table control bound to an HFSQL Client/Server table....
RunReportsAndQueries (Function)
Starts Reports and Queries and opens the WINDEV project corresponding to the current application.