ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HFSQL Control Center: Creating and executing a query
The HFSQL Control Center allows you to create a query based on the data files of the database currently displayed in the Control Center......
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
OpenChild (Function)
Opens a non-modal child window.
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
AWP without UI
Bootstrap, Angular, React, Vue......
xBase files: Limits
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
RegistryListKey (Function)
Lists the sub-keys of a registry key.
WINDEV Mobile Generator of skin templates: Customizing the elements
The WINDEV Mobile generator of skin templates is used to generate the necessary files for creating a custom WINDEV Mobile skin template......
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
Manager of automated tests
The test manager is used to......
UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
Generator of WINDEV skin templates: Customizing the elements
The generator of WINDEV skin templates is used to generate the necessary files for creating a custom skin template for the WINDEV projects......
UTF8ToUnicode (Function)
Converts a UTF-8 string to Unicode
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
fResourceDir (Function)
Returns the path of the read-only resources of the application.
The planes (in a window or in a report)
The planes are used to group the window controls......
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
<Word Processing>.InfoXY (Function)
For a given position (coordinates of a point) in a Word Processing control, returns one of the following: the number of the corresponding page, the corresponding X-position (in mm), the corresponding Y-position (in mm)....
Creating the executable and the setup program
The languages supported by the application are taken into account......
Operator on Address
The & operator returns the address of a variable as an integer