ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

7. Window templates
...Window templates...
Creating the link buttons in the windows of a WINDEV RAD pattern
Creating the Relation windows of a WINDEV RAD pattern
Creating the Table windows of the WINDEV RAD pattern
Creating the Vision windows of the WINDEV RAD pattern
Creating the Form windows of a WINDEV RAD pattern
Creating the menus for the windows of the WINDEV RAD pattern
Managing the analysis versions
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the different versions of the analysis from the data model editor......
Custom-Folders in the analysis
Several file descriptions can be grouped into a "Custom-Folder"......
The UML model
The main objective of a development team is to create optimized applications, capable of satisfying the ever-changing needs of their users......
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
Keep-alive on connection
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
<Page>.DisplayPopup (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
Events associated with TreeView Table controls
List of events associated with the TreeView Table 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......
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query....
1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min
WEBDEV 2024
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area......
<Window>.ToSource (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
<Source>.FromWindow (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
SourceFromWindow (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....