ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

New (Reserved word)
New is used to allocate memory space...
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
Dimension (Example)
Example of use of Dimension
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
Calling a procedure/a function
Syntax for calling a local or global procedure.
Native Informix Connector: Specific features and remarks
Remarks and specific features of Native Informix Connector...
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
PageDisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
The SilverLight control
The SilverLight control is used to display a SilverLight 2 animation in a WEBDEV page......
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
FBStartSession (Function)
Used to authenticate and log in to Faceboook.
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
Environment of the project editor
The main elements of the project editor are as follows:
1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min
HFSQL data files exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large data files (up to 2 gigabytes)......
Bluetooth constants
List of constants used by the Bluetooth functions....
Brochure of new features: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
2. User-friendly editors in practice
User-friendly editors in practice...
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
12. Available tests
DeepLinkProcedure (Function)
Defines the WLanguage procedure executed when the user clicks on a deep link.