ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LOOP statement
The statement block is repeated endlessly...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
AAF: Zoom the content of a control (Table, Spreadsheet, List box, Pivot table, ...)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to zoom the data found in the control......
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
ServiceInstall (Function)
Installs a Windows service or a Linux daemon according to the information given in the members of the Service variable.
hScheduleMaterializedView (Type of variable)
The hScheduleMaterializedView type is used to programmatically manage a task for recalculating the data of a scheduled materialized view on an HFSQL server.
Typecasting of parameters
The description of the parameter type is optional......
Database (Property)
The Database property is used to manage databases associated with a connection (HFSQL Client/Server, OLE DB, etc.)....
Referring to an element in a WLanguage event / process
Remote WEBDEV administrator: Configuration of a Webservice or a WEBDEV site in Session mode
To view the configuration of a specific Webservice or WEBDEV site in Session mode from the remote administrator:...
Managing assertions
...The main available features are as follows:...
WDInst: Configuring the uninstaller
The application uninstaller is the application that allows the end user to uninstall the application....
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
OpenSister (Function)
Opens a non-modal sibling window.
Automatic Application Features (AAF) constants
List of constants used by the Automatic Application Features (AAF) functions....
Native MariaDB Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to MariaDB (also called Native Access)......
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
Operations performed on class diagrams
The following paragraphs explain......
Assisted universal replication: specific features
WEBDEV administrator: Installed sites
The "Sites" tab gives information about the dynamic WEBDEV sites installed on the computer......
Handling the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
Organizer report
The report editor gives you the ability to create "Organizer" reports....
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
Properties of the modeling
The properties of the modeling group all the options of the modeling currently edited......
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Declaring and using a variable
A variable is defined by name and type......
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task......