ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.Index (Function)
Rebuilds the file index (".NDX" file).
<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>.ToPage (Function)
Automatically updates the controls of a page 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. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
<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>.IndexingInProgress (Function)
Indicates that a reindex operation is currently performed on an HFSQL data file and returns the percentage of reindexing already performed.
Recompiling the project
The project compilation is a process used to......
Context menu of Check Box columns (AAF)
The Table and TreeView Table controls can propose Check Box columns allowing the user to select the requested options......
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
3. Application development cycle
Development cycle of a WINDEV application....
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
Comparing the project messages
The comparison between source and target text helps you find translation errors......
HFSQL Client/Server: Configuring the server
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
Viewing a report in 3D
Your report displays controls that overlap?......
Viewing a window in 3 dimensions
Your window contains overlapping controls?......
Site test: the different types of tests
WEBDEV includes multiple methods for testing your sites......
WDLog: Overview
The different operations that can be performed with WDLog are as follows......
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
Multilingual messages: Convert to new format (version 27 and later)
WINDEV, WEBDEV and WINDEV Mobile have included multilingual project support in many previous versions......
Managing the calendars (Android/iOS)
WINDEV Mobile allows you to easily access the calendars and appointments found on the phones and tablets in Android and iOS......
Discover all the possibilities of pivot tables
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
Opening, closing and saving a query
The query editor allows you to easily handle the queries....