ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sub-query
A sub-query is a query whose result is used by another query...
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
sfSearchResult (Type of variable)
The sfSearchResult type is used to find out the result of SFSearch...
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
diagWaypoint (Type of variable)
The diagWaypoint type is used to define all the advanced characteristics of a connector waypoint.
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
11. Controls in practice
Discover the main characteristics of the controls...
Type (Example)
Usage example of the Type property
Encryption (Property)
The Property Encryption allows you to know and modify the type of encryption used.
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
Map control properties
The following properties can be used with Map controls:...
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
nfcTag (Type of variable)
The nfcTag type is used to define the advanced characteristics of an NFC tag (Near Field Communication).
ocrTextBlock (Type of variable)
The ocrTextBlock type is used to define and identify all the advanced characteristics of a text block read by the native OCR system.
2. Analysis in practice
3. Layouts
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 3 - Window orientation (layouts) - 15 min
AssistedInput (Type of variable)
The AssistedInput type allows you to define all the advanced characteristics of an autocomplete suggestion.
diagBorder (Type of variable)
The diagBorder type is used to define all the advanced characteristics of a border (or borders) of a shape used in a diagram.
Chart control properties
A Chart control can be used......
Report viewer: Proposing several reports
In the document preview, end users can......
fWriteLine (Example)
Usage example of the fWriteLine function