ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
Operations in a Select query
The query editor allows you to perform operations on the values of an item......
Items used in a select query
A query created in the query editor can contain several types of items......
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
LanguageToName (Function)
Returns the name of a language.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Installing a Webservice (old format)
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
ServiceWriteEventLog (Function)
Writes an event into the log of Windows events.
ChangeKeyboard (Function)
Gets or sets the language associated with the keyboard.
Chart control properties
A Chart control can be used......
HOpenConnection (Example)
Usage example of the HOpenConnection function
Configuring the SOAP administrator
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
<Source>.DeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
HRead (Function)
Reads a record in a file according to a given record number.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
WebserviceClientIPAddress (Function)
Returns the IP address of the computer using and calling the Webservice.
HReadSeek (Example)
Usage example of the HReadSeek function
3. UML models in practice
HSetPosition (Example)
Usage example of the HSetPosition function
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
HForward (Example)
Usage example of the HForward function