ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Reals
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu......
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor......
WINDEV License Agreement
WINDEV License Agreement...
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....
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
External language: Programming in C
We are going to call the elements developed in WINDEV (project, windows, ......
Private Store for mobile applications
There are two methods two deploy your applications......
Telemetry: Installing the server
To use the telemetry, you must install on a computer......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Browser code (WLanguage): Framework 2
From version 22, WEBDEV proposes a new WLanguage framework for the browser code...
fExeDir (Function)
Returns the directory from which the execution is started.
docTabulation (Type of variable)
The docTabulation type is used to define the characteristics of a custom tabulation.
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
HFSQL in network mode on a server running Windows NT4, 2000, XP or 2003
The access speed to the data in network depends on several parameters (see the section......
Creating a delete query
A delete query (corresponding SQL statement......
OLEPaste (Function)
Pastes the content of Windows clipboard into an OLE control.