ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
Manipulating Map controls programmatically (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....
Managing the emails with the POP3/SMTP protocols
The POP3 and SMTP protocols are protocols for email management recognized by all Internet Service Providers......
HFSQL Client/Server: Configuring the server
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
Handling Sidebar controls programmatically
WINDEV and WINDEV Mobile allow you to handle Sidebar controls programmatically......
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
Combination (Type of variable)
A combination is a set of options.
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min
xlsColumn (Type of variable)
The xlsColumn type is used to describe and modify a column in an Excel document...
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
Handling a Popup control through programming (prefix syntax)
The popup being a control of the page, you have the ability to access: the page controls from the popup. the popup controls from the page....
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....
WDScript: use in command-line and console mode
Optional parameters
Some of the parameters passed to a procedure can be optional parameters......
Typecasting of parameters
The description of the parameter type is optional......
Different types of data (Type of variable)
A variable is defined by name and type......
Checked (Property)
The Checked property gets and sets the checkmark state of an element.
Native xBase/FoxPro Access: Specific features and remarks
This help page presents the specific features regarding the programming of Native xBase/FoxPro Access......
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
ToolTipTitle (Property)
The ToolTipTitle property gets and sets the text displayed in the tooltip associated with the column title of a Table control. This tooltip only appears when the Table control column title is hovered over.