ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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>.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>.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....
<Source>.Index (Function)
Rebuilds the file index (".NDX" file).
8. Associating controls with data
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
8. Binding controls to data
A window can display information from......
Management of PDF files
PDF is one of the most widely used formats for transmitting and storing electronic documents......
Managing space characters in the searches?
WEBDEV license agreement
WEBDEV license agreement...
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
Remote WEBDEV administrator: Show the statistics
...The statistics become available once the log files have been imported....
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
Type of pages created by RAD
The page creation wizard shows different types of pages associated with HFSQL data files......
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
WDInst: Additional options (summary, license, etc.)
When installing the application, you have the ability to display......
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
Managing accessibility on Mobile
On smartphones and tablets, there is an operating mode designed for visually impaired and blind users......
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)......
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
The planes in WEBDEV
The planes are used to group the controls of an element......
Events associated with a Popup control
WEBDEV manages the following events by default (order of appearance in the code editor):