ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes...
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
Ribbon of editors
The different options of the WINDEV, WEBDEV and WINDEV Mobile editors are presented via a ribbon......
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
H.LanguageCreationUnicode (Variable)
Allows you to define the characteristics of the sort for the Unicode items found in a data file.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
SendKey (Function)
Simulates the keystrokes and the mouse actions.
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
HFSQL constants
List of constants used by the HFSQL functions....
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
Automation object
The Automation keyword is used to declare an automation object...
EXE constants
List of constants used by the functions for managing executables....
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
SCM administrator: available tools
The SCM administrator (Source Code Manager) proposes several tools to manage and optimize the SCM repository......
Setups while taking the Push into account
The setup while taking the Push into account is used to deploy an application on all the client computers of a network from a single management computer......
Installing a Webservice (old format)
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user computers......
hBackupDescription (Type of variable)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
WDModFic : Tool for automatic modification of data files
WDModFic is a tool used to perform the automatic modification of the data files found on the development computer and on the end-user computers......