ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Popup window
WINDEV allows you to open windows in popup format...
<Window>.OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
Duplicating a project
Duplicating a project allows you to have two identical projects with the same name but found in different directories......
LabelHeight (Property)
The LabelHeight property is used to: Find out the height of labels in a Label report. Modify the height of labels in a Label report....
ToolTipDelay (Function)
Used to modify: the timeout before displaying the tooltips. the display duration of the tooltips....
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications and sites......
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
Ad Hoc deployment
<Source>.OnError (Function)
Customizes the management of HFSQL errors.
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
HOnError (Function)
Customizes the management of HFSQL errors.
Constants for managing drop-down menus
List of constants used by the functions for managing menus....
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
Marker (Type of variable)
The Marker type is used to define the characteristics of a marker that must be positioned on a map displayed in a Map control.
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
EmailConfigure (Function)
Used to configure the WLanguage functions for email management.
Link control associated with an item containing an email address
In a database, the email address of customers, suppliers, ......
EmailReadFirst (Example)
Usage example of the EmailReadFirst function
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
EmailReadNext (Example)
Usage example of the EmailReadNext function
EmailDeleteMessage (Example)
Usage example of the EmailDeleteMessage function
Sharing internal components (via SCM)
An internal component is a set of elements from a project......
EmailProgressBar (Function)
Manages a progress bar while sending and receiving emails.
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).