ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RGBRed (Function)
Returns the red component of an RGB color.
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
How to retrieve the bugs or suggestions of my users?
The different Control Centers provided with WINDEV allow you to easily manage the user feedback for your applications......
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
SNMP constants
List of constants used by the SNMP functions....
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
RGBGreen (Function)
Returns the green component of an RGB color.
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......
RGBBlue (Function)
Returns the blue component of an RGB color.
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
Multi-project processes: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ......
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
Handling the framesets
The different operations that can be performed on the framesets are as follows......
NULL values in HFSQL
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the NULL value in the items of HFSQL data files and for all the other types of accesses (Native, OLE DB, ......
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
The Looper control
A Looper control is used to repeat the controls found in a specific area......