ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
Manipulating a Layout control programmatically
A Layout control can be......
Check: SNMP
The monitoring robot will read the value of the specified OID and compare its value with the reference value......
Variable scope
Variables can be declared anywhere in the code....
Installing the robot controller
The monitoring robot includes three executables......
Configure the setup program interface
To make the installation process more user-friendly, the setup wizard allows you to customize the interface of the setup program......
WDADMINEXE: Managing versions
The "Versions" tab of WDADMINEXE is used to manage from the server the versions installed on the client computers......
Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used to include a spreadsheet in your WINDEV windows....
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
Project Management Hub: Managing contributors
Contributors are the people who take part in one or more projects......
Properties linked to the Euro management
List of properties linked to the Euro management...
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
Display modes of Tab control
To optimize the style of your tabs, you have the ability to use images and colors......
Client/Server transactions: Available isolation modes
The HFSQL engine proposes to isolate the transactions......
Error 202: The method already has an access attribute (public, protected or private)
gpwUser (Type of variable)
The gpwUser type is used to describe and modify the characteristics of a user of WEBDEV or WINDEV User Groupware.
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
Set of fonts (WEBDEV site)
The browser support the most common fonts by default......
<DiskFile variable>.ReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.