ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HFSQL Client/Server: Managing the ports
The ports used by the HFSQL Client/Server server......
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......
SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......
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)......
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.
UUID (Type of variable)
The UUID type is used to easily manage: UUIDs or GUIDs, automatic UUID HFSQL identifiers, identifiers for COM/Automation objects and interfaces, ......
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
WINDEV: Example of programmed Drag and Drop
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min
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.
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).