ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
SCM administrator: Merge of repositories
The merging of repositories makes it possible to combine projects from several repositories into a single repository......
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......
WINDEV: Example of programmed Drag and Drop
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
HCancelDeclaration (Example)
Usage example of the HCancelDeclaration function
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
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.
SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.
HMode (Function)
Changes the mode and the method for locking data files.
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.
RGBRed (Function)
Returns the red component of an RGB color.
RGBBlue (Function)
Returns the blue component of an RGB color.
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
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).