ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
Characteristics of an indexed control
Characteristics of an indexed control: description, code, ......
Error 502: Incompatible type
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
Managing main window menus
A main menu is necessarily associated with a window......
WEBDEV: Native AS/400 Connector for PHP
WEBDEV allows you to create Internet or Intranet sites, in native mode or in PHP......
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
Software Factory: Setup
To use the software factory, a coordinator must be installed on a computer as well as the different robots that will perform the tasks found in the action plans....
ExplorerAccept (Function)
Enables or disables the ability to perform "Drag and Drop" from the Windows explorer to a WINDEV window or control.
WDADMINEXE: Managing versions
The "Versions" tab of WDADMINEXE is used to manage from the server the versions installed on the client computers......
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
The charts
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile include......
Appendix 1: WEBDEV vocabulary
Bloque entièrement ou partiellement un fichier externe....
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
Types of charts available
WINDEV, WEBDEV and WINDEV Mobile propose different types of charts......
StringToNum (Function)
Returns the numeric value of a character string. This feature enables you to perform numeric calculations on strings.
<ANSI string type>.ToNum (Function)
Returns the numeric value of a character string. This feature enables you to perform numeric calculations on strings.
USING IN (Critical section)
The statement USING ... IN makes it possible to automatically perform initialization and ending operations on critical sections.
Managing threads
WINDEV and WINDEV Mobile propose several functions used to perform an advanced management of threads....
Appendix 3: Configuration file
Bloque entièrement ou partiellement un fichier externe....
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
Managing parallel tasks
The computers are becoming more and more powerful......
11. User Macro-Code: UMC in practice
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......