ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min
ServiceWaitStatus (Function)
Waits for a service to be in a specific status.
ServiceStatus (Function)
Returns the current status of a service.
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
FTPSend (Example)
Usage example of the FTPSend function
2. WEBDEV administrator in practice
DashCount (Function)
Returns the number of widgets found in a Dashboard control.
ConsoleWrite (Function)
Writes a character string in the standard output stream "stdout" (also called "console").
Extra (Property)
The Extra property manges additional information.
The Calculated control
The "Calculated" control is used to perform calculations in a report......
TabCloseAll (Function)
Closes all dynamic tabs of a Tab control.
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
Sensor constants
Constants used by the SensorXXX functions...
EmailAddress (Type of variable)
The EmailAddress type is used to handle an email address as well as its type (home, office, etc.).
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the component of the Hadoop framework......
NbLabel (Property)
The NbLabel property is used to: Find out the number of labels printed across the page width. Modify the number of labels printed across the page width....
Array management functions
List of functions for managing arrays...
MemSeek (Function)
Seeks an element in a memory area: on the value added by MemAdd or on the value modified by MemModify, on the return value....
StatVariance (Function)
Calculates the variance for a series of values.
DateTimeDifference (Function)
Calculates the difference between two dates and times.
Associative array (Type of variable)
An associative array is an "advanced" type of array...
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......