ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
Events associated with Tab controls
List of events associated with Tab controls...
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
ChangeStyle (Function)
Modifies the style of a control dynamically.
Remote WEBDEV administrator: Saving and restoring a WEBDEV site
The remote management tool is used to manage the backups of your dynamic WEBDEV sites....
Summary table: Managing the application directories according to the platform
HSetLog (Function)
Enables or disables log management on a file.
3. Interface (UI)
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min...
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
CallDLL32 (Function)
Runs a function found in an external DLL.
Referring to an element in a WLanguage event / process
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
Telemetry: Method used to send data
Telemetry data is sent to the server regularly and is processed by the server every 2 hours......
DDEStart (Function)
Starts the execution of a program (an executable for example) from the current application.
diagActionAllowed (Type of variable)
The diagActionAuthorized type is used to define the actions available to end users on a diagram shape in the Diagram Editor control.
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
ControlExecuteClosing (Function)
Runs the closing WLanguage event of an office control and displays its confirmation dialog if necessary.
gpwUser (Type of variable)
The gpwUser type is used to describe and modify the characteristics of a user of WEBDEV or WINDEV User Groupware.
Structure of log files (HFSQL Client/Server)
The following files are automatically created when logging an HFSQL Client/Server data file......
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.