ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key...
Bearing (Property)
The Bearing property gets or sets the bearing of the map displayed in a Map control.
NbCopy (Property)
The NbCopy property is used to determine and change the number of report copies to print.
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
HCloseConnection (Example)
Usage example of the HCloseConenction function
Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
MyParent (Reserved word)
MyParent is used to handle...
Obtaining an SSL certificate for IIS2 (2.0 or later)
SOAPRunXML (Example)
Usage example of the SOAPRunXML function
ListDelete (Example)
Usage example of the ListDelete function
ListSelect (Example)
Usage example of the ListSelect function
ControlClone (Example)
Usage example of the ControlClone function
sOpen (Example)
Usage example of the sOpen function
grSourceCategoryLabel (Example)
Usage example of the grSourceCategoryLabel function
GalleryPopupDisplayed (Function)
Indicates whether the automatic zoom popup of the Image Gallery control is displayed.
zipNbFile (Example)
Usage example of the zipNbFile function
SOAPError (Example)
Usage example of the SOAPError function
How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
ChangeTarget (Function)
Changes the target of a button action.
xlsOpen (Example)
Usage example of the xlsOpen function