ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AppleTrackingAuthorizationStatus (Function)
Determines if the app has been allowed to track activity based on user data (iOS only).
LooperRecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
TableRecNum (Function)
Returns the number of the current record in a Table control based on a data file.
<Table>.RecNum (Function)
Returns the number of the current record in a Table control based on a data file.
PropertyExist (Function)
Used to find out whether a property exists on a control or on a class instance.
Project portfolio
From version 25, you can create "project portfolios"......
Plane (Property)
The Plane property is used to: Get: the active plane of a window (or report) or the plane to which a control belongs. the active plane of a WEBDEV element. Change: the active plane of a window (or report) or associate a control with another plane. the active plane of a WEBDEV element....
6. Editing a page: zoning mode
Display the code of an element
WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming......
Managing main window menus
A main menu is necessarily associated with a window......
Including a supercontrol in a window or in a page
Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
<List Box>.Display (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file.
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
SynchroHFSQL (Property)
The SynchroHFSQL property is used to: get the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file. specify the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file....
The log process
...A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)...
HTMLClass (Property)
The HTMLClass property reads and sets the value of the "class" HTML attribute of the control.
<Image>.Last (Function)
Displays the last image for the scroll.
How to manage a multi-selection in a List Box control?
This help page explains how to manage a multi-selection in a List Box control....
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window......
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......