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...
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
Pivot Table control in a report
The report editor allows you to create "Crosstab" reports......
The Captcha control
The "captcha" are the distorted texts that the Web user must decode and re-enter in a site before validating a form....
The Social Network control
The "Social network" control is a toolbar containing icons used to establish the link to the main social networks of the Web......
The Web Camera control
...The Web Camera control is used to view a file that is refreshed at regular time intervals....
<Table>.InfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
WorkingDirectory (Property)
The WorkingDirectory property is used to: get or change the directory used by the HTML Editor control to store the images and CSS sheets of an HTML page. get the directory used by the HTML Display control to store the images and CSS sheets of an HTML page. get the directory used by the Camera control to save photos and videos....
How to fill a TreeView Table control?
This help page explains how to populate a TreeView Table control programmatically....
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
LooperAddIP (Function)
Adds a row as an internal page at the end of a Looper control populated programmatically.
The Static control
A Static control is a control used to display a static text......
LooperEndFilling (Function)
Ends the process to populate a Looper control programmatically.
mlzDelete (Function)
Deletes a dynamic row from a Multiline Zone control.
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
LooperStartFilling (Function)
Starts the process to populate a Looper control programmatically.
mlzDeleteAll (Function)
Deletes all dynamic rows from a Mutiline Zone control.
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
LooperAddIW (Function)
Adds a row as an internal window at the end of a Looper control populated programmatically.
Error 121: Shadowing a structure
6. Layouts
...Layouts are used to define several views of a window in the same project without duplicating the window....
Events associated with an Ad control
WINDEV Mobile manages the following events by default (in order of appearance in the code editor):