ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Remote WEBDEV administrator: Personal information
The remote management tool is used to check and modify (if necessary) your personal information....
WinCurrentLayout (Function)
Returns the index of the current layout: in the current window. in the specified window or internal window....
<Source>.ListSynonym (Function)
Returns the list of synonyms used by a full-text index.
Selecting the keywords associated with a page
The keyword selection window allows you to select the keywords to be associated with a help page......
WDEnd (External language)
Ends a program that is using WINDEV.
Events associated with windows
List of events associated with windows...
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
Handling a control through programming in a report
All report controls can be handled through programming......
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
The Looper control: Custom synchronization
How to manage the synchronization between: the page displayed in the browser. This page contains a Looper control that displays the records found in an HFSQL file. the corresponding page context found on the server....
Live Data: viewing data in the editors
The "Live Data" is used to view the content of the data files in the controls currently created in the different editors of the product used (window editor, page editor, report editor, ......
Describing a report table
To display the table description, select "Table description" in the context menu of one of the table elements...
15. Unit tests on the executable
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
The Looper control
A Looper control is used to repeat the controls found in a specific area......
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
InWindowsMobileMode (Function)
Indicates whether the code is run: from a Windows Mobile application. from a WINDEV application, from a WEBDEV site or from a PHP application. Function kept for backward compatibility....
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
List,Delete (External language)
Deletes an element from a drop-down list or from an expanded list.
HListStopWord (Function)
Returns the list of stop words used by a full-text index.
ExecuteUpdateUI (Function)
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol. This function is kept for backward compatibility.
HDescribeFullTextIndex (Function)
Describes a full-text index of data file created through programming.
dTransferToImage (Function)
Creates an image from a buffer of pixels encoded in a specific format. This function is an advanced function. This function is mainly used to handle the images returned by external APIs via Image variables....
Designing a supercontrol
A supercontrol is an advanced type of control......