ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

External language: Programming in Fortran
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Native Informix Connector: Specific features and remarks
Remarks and specific features of Native Informix Connector...
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
ChangeSourcePage (Function)
Dynamically changes the page displayed in an Internal Page control
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
CallDLL32 (Function)
Runs a function found in an external DLL.
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
hRSConfig (Type of variable)
The hRSConfig type is used to define the advanced characteristics of a replication between 2 HFSQL servers.
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
WINDEV License Agreement
WINDEV License Agreement...
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
PVTCalculateUpdate (Function)
Updates some of the data found in a Pivot Table control from a given date.
Type of pages created by RAD
The page creation wizard shows different types of pages associated with HFSQL data files......
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
Objective C: Calling a WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in Objective C......
mongoFindOption (Type of variable)
The mongoFindOption type is used to define the advanced characteristics of a search in a MongoDB database.
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end of its execution.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....