ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Image with automatic sequence (WEBDEV)
...Image controls with automatic sequence are used to view a series of images located in one or more site directories. The images are automatically browsed....
AAF: Zoom the content of a control (Table, Spreadsheet, List box, Pivot table, ...)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to zoom the data found in the control......
DisplayEnabled (Property)
The DisplayEnabled property is used to: determine whether or not a control or window is refreshed. If the control is displayed, its content is refreshed regularly. refresh a control or window....
NumHelp (Function)
Returns the number of the help context associated with the specified control.
Declaring and using a variable
A variable is defined by name and type......
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
CancelWebserviceContext (Function)
Deletes from the webservice context a variable added by DeclareWebserviceContext.
<Chart>.Menu (Function)
Defines the type of context menu displayed by a chart.
<Chart>.MenuOption (Function)
Modifies the text of an option in the context menu of a chart.
grMenuOption (Function)
Modifies the text of an option in the context menu of a chart.
grMenu (Function)
Defines the type of context menu displayed by a chart.
XMLRestorePosition (Function)
Restores the previously saved context of an XML document.
AAF: Simple edit options in an edit control
The context menu of an edit control is used to perform simple edit operations...
DocInfoXY (Function)
For a given position in a Word Processing control (coordinates of a control point), returns one of the following: the number of the corresponding page, the corresponding X-position (in mm), the corresponding Y-position (in mm)...
Managing the required input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
The "UML analysis" pane
The "UML analysis" pane displays the different UML diagrams (class diagram, deployment diagram, ......
Opening a help file (CHM, HTML or PDF)
There are several ways to open a help file......
The Static control
A Static control is a control used to display a static text......
Managing pinned projects
The home window of WINDEV, WEBDEV and WINDEV Mobile allows you to manage the pinned projects when opening an existing project......
Handling a Wire control through programming
WINDEV allows you to handle a Wire control by programming......
Project comparator
Comparing two windows (two pages, two reports, two classes, ......
WebSocketExecute (Function)
Executes a procedure in the context of a client connected to the WebSocket server.