ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Chorus Pro: Automate the submission of invoices
In France, electronic invoicing has become mandatory for invoicing government services......
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
HDescribeItem (Example)
Usage example of the HDescribeItem function
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
HCreationIfNotFound (Example)
Usage example of the HCreationIfNotFound function
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
HCopyRecord (Example)
Usage example of the HCopyRecord function
Database of the Control Centers
The database of Control Centers groups various information shared by the different modules found in WINDEV, WEBDEV and WINDEV Mobile......
Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard or the mouse......
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page or report. Get and change the value returned by an option in a Radio Button control....
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
Operations performed on sequence diagrams
The following paragraphs explain......
HLinkMemo (Example)
Usage example of the HLinkMemo function
HCreateView (Example)
Usage example of the HCreateView function
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
Selecting the application or the files to install
WINDEV includes a wizard for generating a setup program: to install a WINDEV application. to install other files. Installing goodies for example (images, videos, ...)....
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
diffApply (Function)
Applies a difference buffer to a specific buffer.
WebSocketExecuteGlobalService (Function)
Executes a global procedure in the context of the global service of the WebSocket server.
<fbSession variable>.Stop (Function)
Stops the Facebook session that was started by FBStartSession.