ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Two-level setup
The two-level setup (or multisite setup) combines: a reference network setup deployed on a local network. an HTTP setup used to update the reference setup on the local network....
InfoWithTimeoutAsynchronous (Function)
Displays a custom message in a non-blocking system information window for a given amount of time.
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
Style (Property)
The Style property is used to: retrieve or assign the entire style of a control (including the overrides). find out the style characteristics of an element in a Word Processing document....
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)....
WDConver : Use in command line mode
Using WDConver in command line mode consists in running a conversion description created and saved with WDConver ("......
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
Component (Type of variable)
The Component type is used to easily handle an external component.
RoundToMultiple (Function)
Returns a numeric value rounded to the nearest multiple of another numeric value.
Managing the executables (WLanguage functions)
WINDEV, WEBDEV and WINDEV Mobile propose different functions for managing executables from a WINDEV application, from a WINDEV Mobile application or from a WEBDEV site......
Setup mode
Several methods can be used to distribute a WINDEV application......
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
ComponentList (Function)
Returns the list of external components (".WDK" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site.
CameraChangeDriver (Function)
Connects the "Camera" control to a specific driver for video capture.
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
GglAddressToCoordinates (Function)
Retrieves the coordinates (latitude/longitude) of an address....
EnumSubElement (Function)
Used to enumerate the sub-elements of a project element.
OBEXSendVCard (Function)
Sends a VCard file (virtual business card) to a device that supports the OBEX protocol.
Resource (Property)
The Resource property is used to: find out the resources visible in a Scheduler control. find out the resource of the Scheduler control that corresponds to the specified index....
ConnectionCount (Function)
Returns the number of instances of the WEBDEV site currently run on the server.
Assisted universal replication
To easily establish the universal replication between the data of a remote application and a central database, WINDEV and WEBDEV allow you to......
Configuring the assisted universal replication
If your application uses the assisted universal replication via a file......
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.