ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDADMINEXE: User characteristics
From the server, the "Users" tab of WDADMINEXE allows you to get......
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
Print technical documentation
You can print different technical documentations describing all the elements of the project (windows, pages, reports, data files, items, components, assemblies, Custom-Folders, etc.)......
12. Retrieving data from a site
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
The tables in a report
In a report, a table includes a set of controls called "Table cells"......
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
iOS 14 widget windows
An iOS application with an iOS widget configuration can contain one or more iOS 14 widget windows......
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
Customizing the display of an Organization Chart control
To customize the interface of an Organization Chart control, you must use specific internal windows....
11. Choosing the action of a button/link
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
Android Widget windows
An Android application can contain one or more Widget windows......
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
Managing the required input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Entity of a CDM
To group information according the MERISE method, entities must be created......
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
4. Types of pages
Different types of pages can be used in the sites created with WEBDEV......
Creating help pages
A help system includes several pages......
WDADMINEXE : Controlling the application remotely
The remote control of a WINDEV application allows the manager of an application used in network to manage the automatic or forced shutdown of the application for all the current users......
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......