ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
The Clickable Image control
The Clickable Image control can be used to......
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
End of Document block
The End of document block is run once at the end of the report execution......
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
WDSQL: Database structure
WDSQL is used to find out the structure of the accessed database......
TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area....
Code snippets
The code editor allows you to enter "Code snippets"......
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
System constants
List of constants used by the system functions....
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......
Managing HFSQL Client/Server files
The HFSQL Control Center allows you to fully manage HFSQL Client/Server data files......
Installing the robot controller
The monitoring robot includes three executables......
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
aiImageResult (Type of variable)
The aiImageResult type is used to retrieve the result of AIDetect.
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
Control constants
List of constants used by the functions for managing controls...
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......