ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Window for quick selection
You are searching for a project element? You only know part of its name? Press [CTRL]+[E] to open the quick selection window...
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
SourceToPage (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....
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
Configuring Reports & Queries
Reports & Queries is used to......
AppleID (Type of variable)
The AppleID type corresponds to the identifier resulting from a successful Apple ID authentication.
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
PageFromSource (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)....
The planes (in a window or in a report)
The planes are used to group the window controls......
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
Page (Property)
The Page property is used to handle the page loaded in the WEBDEV Page control.
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
Debugging constants
List of constants used by the debugging functions...
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
13. Debugger
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
AndroidActivityResultProcedure (Function)
Allows you to specify the procedure to be called to get the result returned by a third-party Activity.
iPrintImage (Function)
Sends the image file to print to the print buffer.
5. Swipe gestures in a window
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 5 - Swipe gestures in a window - 20 min
SpreadsheetInsertRow (Function)
Inserts an empty row into a Spreadsheet control found in a window.
SpreadsheetInsertColumn (Function)
Inserts an empty column into a Spreadsheet control found in a window.
Copying controls from the window editor
The controls can be copied from the window editor......
dbgInfo (Function)
Returns a debug information.