ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Button control
The Button control allows the user or the Web user to run a specific action with a simple click...
Drop-down button
The drop-down button expands:
  • a context menu.
  • a popup window.
Auto-scrolling text
Sometimes, text in a Static Text or Button control can exceed the width of the control...
Camera control: decoding the bar codes (prefix syntax)
In iOS and Android, the bar codes can be decoded via the Camera control by BCCapture......
Handling a Check Box control through programming (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
Handling a Multiline Zone control through programming (prefix syntax)
A Multiline Zone control can be handled programmatically using the control name....
Collapsing/Expanding a TreeView control through programming (prefix syntax)
To collapse/expand a TreeView control through programming, ......
Handling an Organization Chart control through programming (prefix syntax)
Handling a Sliding Banner control through programming (prefix syntax)
A Sliding Banner control can be handled through programming......
Handling a TreeView Table control programmatically (prefix syntax)
This page explains how to program TreeView Table controls......
Handling a Linear Looper control through programming (object syntax)
WEBDEV allows you to handle a Linear Looper control through programming....
Table control populated programmatically: WLanguage (prefix syntax)
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
The "Radar" charts
The Radar chart is used to highlight a series according to another one......
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
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......
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
MDL file (kept for backward compatibility): Window description
The MDL file is the file used to generate a RAD window......
Global procedure/function
A global procedure can be used in all the processes or events of the project....
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
Code snippets
The code editor allows you to enter "Code snippets"......
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:
21. Reports