ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
HNext (Function)
Sets the position on the next data file record according to a browse item.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
Advanced installer options
The setup wizard allows you to specify advanced options for the installer. These advanced options are used to: specify the options for managing the installer framework. specify the options for managing the UAC for the installer....
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
The UAC mechanism in Windows Vista (and later)
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism......
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
3. Deploying a WINDEV application
VariableReset (Function)
Resets the variable to its initial value.
Managing assertions
...The main available features are as follows:...
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
BurnerSave (Function)
Burns the files found in the compilation onto the CD or DVD.
Code editor: Display options
The code editor proposes several display options......
InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV site or a PHP page. from a component....