ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
Publishing the replication from ReplicEdit
A replication description created with ReplicEdit can be published from this tool on a replication server......
geoPosition (Type of variable)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
Principle for running threads
At runtime, an application runs in a main thread......
Control constants
List of constants used by the functions for managing controls...
ControlError (Function)
Customizes the value displayed in the controls when the value cannot be displayed.
HInfoGroup (Function)
Returns information about the specified group of users.
Creating the menus for the windows of the WINDEV RAD pattern
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
How to choose the data source of a control?
This help page presents the different data sources available for a control....
Operations performed on class diagrams
The following paragraphs explain......
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
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....
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
Binding a WEBDEV slider to an item
A WEBDEV slider can be bound to an item in a data file, query, etc....
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
HTMLClass (Property)
The HTMLClass property reads and sets the value of the "class" HTML attribute of the control.
TitleHeader (Property)
The TitleHeader property is used to: Get the title and aspect of a column title-header (Table or TreeView Table control). Get the number of column title-headers (Table or TreeView Table control). Change the title and aspect of a column title-header (Table or TreeView Table control)....
Binding a Link control to an item
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
Environment of code editor
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....