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...
CellCloseDialog (Function)
Hides a Cell control previously displayed in the page via CellDisplayDialog.
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
Events associated with the Cell control field
The Zoom property gets and sets the zoom to be applied to an element.
The Cell control
The Cell control contains controls...
<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.
Handling a Linear Looper control through programming (object syntax)
WEBDEV allows you to handle a Linear Looper control through programming....
Table control populated programmatically: WLanguage (prefix syntax)
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
Managing bar codes
The use of bar codes to identify and manage products has become essential......
5. User Groupware in practice
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
Using Facebook authentication
Facebook is the world's most popular social network. It is commonly used by companies to reach their customers......
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Linux)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
AAF: Chart on a table column
When a table column is a Numeric column, the end user can create a chart on the column data and therefore benefit from the power of charts created with WINDEV......
Installing version 2024
Cherche les éléments d'un noeud HTML correspondant à une balise....
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
NbLinesPerPage (Property)
The NbLinesPerPage property is used to: Get and set the maximum number of Table rows per page. Get and set the maximum number of Looper rows per page....
AutomaticReorganization (Property)
The AutomaticReorganization property is used to get and change the automatic reorganization mode for the tasks in a "Gantt Chart" column.
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
CheckSpell (Property)
The CheckSpell property is used to enable or disable the automatic spelling checker.
How to loop through a file using filters?
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control......
Composite keys
A composite key is a key item containing several other items......
User Groupware: Creating and installing the executable
The executable of an application that supports the User Groupware is a multi-instance executable....
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
Handling an element found in a TreeView control through programming (prefix syntax)
This help page explains how to handle the elements of a TreeView control either directly or via the WLanguage functions......
Multilingual project