ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

3. Project dashboard
Project dashboard...
3. Project dashboard
App Tracking Transparency - Activity tracking
App Tracking Transparency enables users to authorize an iOS app to track their activity on third-party mobile apps and websites for advertising or data sharing purposes......
1. Project dashboard
The project dashboard is an essential element for managing WINDEV Mobile projects....
8. Associating controls with data
Testing a project: setting
By testing the project you can simulate how the application will run......
8. Binding controls to data
A window can display information from......
3. Site development life cycle
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area....
Break in a report
The break is used to group the records corresponding to a sort criterion......
Automatic features of edit controls
Edit controls provide multiple automatic features available in all the controls of your applications without writing a single line of code......
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......
Specific features of the Express version
Control Centers: Working in offline mode
When working on a laptop computer or on an offline computer, you may want to continue working with the data found in the Control Centers (schedule management, quality management, etc....
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
WDBal messaging: Overview
WDBal is a secure messaging, included in WINDEV, WEBDEV and WINDEV Mobile......
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
The Slider control (in a page)
WEBDEV proposes two types of sliders......
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
<Looper>.Count (Function)
Returns the number of rows in a Looper control.
<Dashboard>.Count (Function)
Returns the number of widgets found in a Dashboard control.
<Table>.Count (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
<Array>.Count (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
<TreeMap>.Count (Function)
Returns the number of elements found in a TreeMap control.