ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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......
Events associated with a Multimedia control
List of events associated with a Multimedia control...
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
SAPConnect (Function)
Connects a SAP R/3 system from the information given in the SAP structure....
Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
Multilingual messages: Convert to new format (version 27 and later)
WINDEV, WEBDEV and WINDEV Mobile have included multilingual project support in many previous versions......
ControlFirst (Function)
Indicates the name of the first field specified in the tab order for the specified window.
HDeactivateServerTrigger (Function)
Disables a HFSQL Client/Server server trigger on a server....
WINDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
Native xBase/FoxPro Access: Specific features and remarks
This help page presents the specific features regarding the programming of Native xBase/FoxPro Access......
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
AppInstallVersion (Function)
Installs a specific application version.
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
SourceFromWindow (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
AAF: Context menu of Image controls
A context menu is available for Image controls......
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
fResourceDir (Function)
Returns the path of the read-only resources of the application.
OpenIDParameters (Type of variable)
The OpenIDParameters type is used to define all the advanced features of an authentication for OpenID.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
iParameterDuplicate (Function)
Configures the automatic creation of the duplicate copy generated during the next print.
Reports & Queries: Specific features
This help page presents the specific features of "Reports & Queries" (which means the user version of report editor) ......
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......