ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

UI audit: Detect obsolete technologies
The lifecycle of some projects span several years......
HNext (Function)
Sets the position on the next table record according to a browse item.
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
iPrintReport (External language)
Prints a report created with the report editor.
NbCopy (Property)
The NbCopy property is used to determine and change the number of report copies to print.
USING IN (Critical section)
The statement USING ... IN makes it possible to automatically perform initialization and ending operations on critical sections.
grCreateFont (Function)
grCreateFont is kept for backward compatibility.
ToastDisplay (Function)
Displays a "Toast" message.
Selection (Property)
The property Selection property displays the characteristics of the selection (or cursor): in a Word Processing control. Note: This selection is located in the part being edited (body, header or footer). in a Spreadsheet control. in an HTML Editor control. in a Diagram Editor control....
Creating an application using the RAD methodology
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
HBackward (Function)
Moves backward several records from the current position in the table, according to a specified item.
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
RadioButtonAdd (Function)
Adds a new option into a Radio Button control.
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
HLast (Function)
Sets the position on the last record of a table according to a browse item.
RadioButtonInsert (Function)
Inserts a new option into a Radio Button control.
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
WLanguage functions available in PHP
Some WLanguage functions are not available in PHP......
HPrevious (Function)
Sets the position on the previous record of the table according to a browse item.
Handling Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically handle Button controls......