ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HListStopWord (Function)
Returns the list of stop words used by a full-text index.
fDataDir (Function)
Returns the full path of the directory of HFSQL tables specified by the user when installing the application.
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
User Groupware: Multilingual applications
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
Customizing the WEBDEV User Groupware
The groupware in automatic mode offers several possibilities......
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
WDOptimizer: Editing and modifying a ".REP" file
WINDEV concepts
HRetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
<Connection variable>.RetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......