ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV Mobile License Agreement
WINDEV Mobile License Agreement...
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min
Test of a query
The query editor allows you to run the test of query result......
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
Browser code (WLanguage): Framework 2
From version 22, WEBDEV proposes a new WLanguage framework for the browser code...
Printing the content of a TreeView Table (AAF)
TreeView Table controls include an automatic context menu that allows users to perform multiple actions on the data displayed in the control......
eExchangeRate (Function)
Returns the value of the exchange rate for a currency.
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....
14. PHP generation in practice
Different types of data (Type of variable)
A variable is defined by name and type......
Constants for managing projects
List of constants used by the functions for managing projects....
eCurrencyName (Function)
Returns the caption of a currency.
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
2. Examples and components provided with WEBDEV
ExecuteUpdateUIParent (Function)
Immediately executes the "Request for refreshing the display" event of the parent. This function is kept for backward compatibility.
Environment of the query editor
Example for creating a select query
This help page explains how to create two select queries......
LogDirectory (Property)
The LogDirectory property is used to manage the directory of the log file described in the analysis.
Unalterable (Property)
The Unalterable property is used to configure the unalterability of a data file: the data file cannot be modified; only additions can be made.
KeyExpression (Property)
The KeyExpression property is used to set the different components of a composite key.
On/Off button in a window
The on/off button is a button that operates like a check box......