ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

InfoVersion (Type of variable)
The InfoVersion type is used to find out the characteristics of a specific application version.
Events associated with pages
List of events associated with pages...
hScheduledTask (Variable type)
The hScheduledTask type is used to manage a scheduled HFSQL Client/Server task through programming......
License agreement for WINDEV Mobile Express
License agreement of WINDEV Mobile Express...
HFilter (Function)
Defines and enables a filter on a table, view or query.
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
I'm a Project Manager: How do I manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
5. Deploying a dynamic site (Session or AWP) in practice
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
iParameterViewer (Function)
Configures the report viewer.
Testing a project: setting
By testing the project you can simulate how the application will run......
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications......
Multilingual feature in the controls (window, page, report)
In a multilingual application or site, the multilingual feature is proposed for the following elements......
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
HCreationIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....