ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Copying and cloning
Variables are copied using the "=" operator...
The "Radar" charts
The Radar chart is used to highlight a series according to another one......
Native Access to SAP
SAP is a widely used ERP......
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
DiagramSave (Function)
Saves a diagram as a "diag" file.
InfoVersion (Type of variable)
The InfoVersion type is used to find out the characteristics of a specific application version.
AppParameter (Function)
Returns information about the mechanism for automatic application update.
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
Handling an element found in a TreeView control through programming (prefix syntax)
This help page explains how to handle the elements of a TreeView control either directly or via the WLanguage functions......
Example for managing videos (broadcasted by a Camera control) (prefix syntax)
In this example, the application allows you to......
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control......
Programming automatic calculations in the columns of a Table control (prefix syntax)
WEBDEV Application Server remote control functions (prefix syntax)
The following functions are used to manage users and connections on a WEBDEV Application Server, using prefix syntax:
GetDefinition (Function)
Retrieves the definition of element type.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
Managing bar codes
The use of bar codes to identify and manage products has become essential......
Global procedure/function
A global procedure can be used in all the processes or events of the project....
21. Reports
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic execution" mode......
ZOrder (Property)
The ZOrder property defines the Z-order of an element.