ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Functions for managing menus (prefix syntax)
List of functions for managing menus...
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
rssEnclosure (Type of variable)
The rssEnclosure type is used to describe and handle the attachment of an entry of RSS stream...
eChangeCurrency (Function)
Converts a currency into another currency.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
Creating the Form windows of a WINDEV RAD pattern
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
Welcome to WINDEV, WEBDEV and WINDEV Mobile
The home page allows you to easily perform the operations for creating and opening projects......
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
HInfoLog (Function)
Returns information about the server logs.
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
Check: Test of a WLanguage code
The monitoring robot is used to compile and run the WLanguage code entered......
xmlReader (Type of variable)
The xmlReader type is used to read an XML document without loading it in memory.
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
ReplicOpen (Function)
Opens a replication in direct mode or with a replication server.
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
XMLWrite (Function)
Creates or modifies the value of an XML element or the value of the attribute for an XML element.
geoAzimuth (Function)
Returns the direction represented by a location in relation to another one.
SOAPPrepare (Function)
Builds the SOAP request for calling a Webservice function.
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....