ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
iPrintReport (Function)
Prints a report created with the report editor.
HNotifConfigure (Function)
Specifies and configures the server used to send notifications by the HFSQL server.
dFont (Example)
Usage example of the dFont function
Specific features of the Express version
Error 1: Syntax error
<Image variable>.Font (Function)
Declares the font that will be used by dText in an Image variable.
<WDPic variable>.Font (Function)
Declares the font that will be used by dText in a WDPic variable.
<picLayer variable>.Font (Function)
Declares the font that will be used by dText in a picLayer variable.
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....
CalendarPicker (Function)
Opens a modal dialog with a calendar to enter a date.
GesturePosX (Function)
Returns the horizontal position of the pointer (finger or stylus).
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
Manager of automated tests
The test manager is used to......
SysRecentDocList (Function)
Returns the list of recently opened documents.
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
Functions for handling directories and external files
List of functions for handling external files...
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) through programming.
HDBOpenNoLock (Function)
In single-user mode, opens an xBase data file without locking it.
Check: SMART status of storage drives
The monitoring robot will measure the SMART attributes of a server's hard drives......
Decrypt (Example)
Usage example of the Decrypt function
Encrypt (Example)
Usage example of the Encrypt function
Various constants
List of various constants....
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.