ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.FromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
<Source>.StatTime (Function)
Returns the time of the last update for the index statistics.
<Source>.Next (Function)
Sets the position on the next data file record according to a browse item.
<Source>.Index (Function)
Rebuilds the file index (".NDX" file).
Mouse management functions
List of functions for mouse management...
<Source>.ToWindows (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
<Source>.Delete (Function)
Deletes a record from a data file (query or view).
<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....
8. Associating controls with data
8. Binding controls to data
A window can display information from......
Handling a group of controls through programming
WINDEV, WEBDEV et WINDEV Mobile allow you to handle a group of controls through programming......
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
Break in a report
The break is used to group the records corresponding to a sort criterion......
Control Center of WINDEV executables (WDADMINEXE)
When a WINDEV application is installed in network, a program used to remotely check the application executables is automatically created......
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
Management of PDF files
PDF is one of the most widely used formats for transmitting and storing electronic documents......
Word processing: Using the ribbon
The ribbon found in the Word Processing control proposes several features and it allows you to perform several settings......
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
Specific features of the Express version
NFC: Transferring data
NFC (Near Field Communication) is a wireless communication technology at short range and high frequency used to exchange data (named "tag") between two devices or between a device and a bullet even at short distance (few centimeters)......
The Spreadsheet control: Available formulas
At run time, in the Spreadsheet control, the end user directly enters the calculation formulas......
WDBal messaging: Overview
WDBal is a secure messaging, included in WINDEV, WEBDEV and WINDEV Mobile......
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....
13. Print: Reports
WINDEV reports...
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......