ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PageAddress (Function)
Used to find out the Internet address of a page.
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
Thread management functions
List of functions for managing threads...
AppServerAddScheduledTask (Function)
Adds a new scheduled task to the application (site or webservice).
<Connection variable>.AddTask (Function)
Adds a scheduled task on the server defined by the connection.
Rich Text Area control properties
A Rich Text Area control can be handled in a window by the following WLanguage properties......
Creating a Pivot Table control
To create a Pivot Table control......
Procedure/Function
A procedure is used to associate an identifier with a statement block......
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
zipClose (Function)
Closes an archive.
HAddTask (Function)
Adds a scheduled task on the server defined by the connection.
hbConnection (Type of variable)
The hbConnection type is used to define the characteristics of a connection to a HBase server.
hbListTable (Function)
Retrieves the list of tables found on an HBase server.
hbColumnDescription (Type of variable)
The hbColumnDescription type is used to define the advanced characteristics of a group of columns (items).
hbReading (Type of variable)
The hbReading type is used to define the characteristics of a read operation.
hbWriting (Type of variable)
The hbWriting type is used to define the characteristics of a write operation that will be performed in a row (record) of an HBase table.
hbDeleteTable (Function)
Deletes an HBase table.
hbResultScan (Type of variable)
The hbScanResult type is used to define all the advanced characteristics of the result of an iteration performed in an HBase database.
Select query description window: Use
Let's see some operations specific to the description window of a select query......
Developing an application for Apple Watch
An Apple Watch application is an application intended for a watch associated with an iOS device (phone, tablet, ......
Preventing the use of the browser's "Back" button
If the browser "Back" button is used to display the previous page, this action will have no effect......
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
Tips for an application that uses the User Groupware
To simplify the configuration of user groupware according to the users, the controls should be organized in groups of controls......
ExecuteDelayedProcedure (Function)
Runs a delayed procedure (in the WEBDEV application server).