ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The different copy modes
Two different copy modes are proposed by WDTRAD......
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
The "Stock" charts
The Stock charts are used to represent the variations in the values of shares......
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......
gglEmail (Type of variable)
The gglEmail type is used to describe and modify the email address of a contact...
Binding a Scrollbar control to an item
A scrollbar can be bound to an item in a data file, query, etc....
16. Protecting access to the site: passwords
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
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......
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
MatWrite (Example)
Usage example of the MatWrite function
HErrorLock (Function)
Used to check whether a lock error occurred.
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
PageParameter (Example)
Usage example of the PageParameter function
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.