ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Note (Property)
The Note property is used to: Find out the notes associated with a control, a window, a page or a report. Modify the notes associated with a control, a window a page or a report....
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.
Typecasting of parameters
The description of the parameter type is optional......
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
Operator on Address
The & operator returns the address of a variable as an integer
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....
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
WEBDEV Image Editor control: Features
The WEBDEV Image Editor control includes many features, accessible via several ribbons at the top and bottom of the control......
Programming custom calculations in Table controls
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a field linked to a file: changes made to the linked table are reflected in the field.. for a programmatically manipulated field: calculated columns are re-calculated....
WINDEV License Agreement
Cherche les éléments d'un noeud HTML correspondant à une balise....
WINDEV FTP functions
List of WINDEV FTP functions...
WINDEV 2024 Tutorial
WLanguage properties available in PHP
The following properties are available in PHP...
HInfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
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......
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....