ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
Options of the window editor
To configure the general options of the window editor......
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
Popup window
WINDEV allows you to open windows in popup format......
Screen,Raz (External language)
Resets to zero (for a numeric control) or clears (for the other types of controls) the content of the controls found in the current window.
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
Filter
The Filter keyword can correspond to: the Filter function. the Filter property....
Creating the Vision windows of the WINDEV RAD pattern
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
The Text control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Creating the Vision pages of the WEBDEV RAD pattern
Error 2109: You are using the ObjectInfo function
Constants for managing Windows events
The following constants are used to manage Windows events:...
iGroupAdd (Function)
Adds a report to a group of reports.
Share your projects via Git
Git is a source code manager......
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
WINDEV Mobile: Overview
WINDEV Mobile is a development environment for PC that allows you to develop......
Window controls
Several types of controls can be used in a window, ......
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
InvalidInputListControl (Function)
Builds a list of controls that require data input/contain invalid data....
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.