ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2. Static or dynamic site
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
iParameterViewer (Function)
Configures the report viewer.
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
zipNbPartNeeded (Example)
Usage example of the zipNbPartNeeded function
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
zipNbPart (Example)
Usage example of the zipNbPart function
ChangeSourcePage (Function)
Dynamically changes the page displayed in an Internal Page control
1. WEBDEV environment
WEBDEV Tutorial: WEBDEV overview Lesson 1 - WEBDEV environment - 5 min
MVP: Simple single-file example: Table + Linked file
Let's see a simple and illustrated example about the use of MVP to create a Table window with its linked form......
14. Managing the "Back" button in practice
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
Real Time Performance Profiler (RTPP)
The Real Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
Help: Summary table
In a WINDEV application, users have multiple help features at their disposal: Tooltip. Status bar. Help window. Advanced tooltip. Help page. HLP file....
Handling incoming or outgoing faxes
To send and receive faxes directly from an WINDEV application or a WEBDEV site, several functions allow you to handle faxes via the fax server available in Windows XP and Windows 2000......
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
HInfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server....
Printing the content of a Spreadsheet control (AAF)
Spreadsheet controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control....
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
5. User Groupware in practice