ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sub-query
A sub-query is a query whose result is used by another query...
zipExtractPath (Function)
Returns the path of a file found in the archive.
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
SocketClose (Function)
Closes a socket or a connection to a server socket.
grSunburstRootSection (Function)
Changes or specifies the path of the root in a Sunburst chart.
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
zipAddDirectory (Example)
Usage example of the zipAddDirectory function
geoGetAddress (Function)
Retrieves an address or a list of addresses corresponding to the description of a geographic location.
ImageFirst (Function)
Displays the first image for the scroll.
ImagePrevious (Function)
Displays the previous image for the scroll.
ImageNext (Function)
Displays the next image for the scroll.
ImageLast (Function)
Displays the last image for the scroll.
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....
diagShape (Type of variable)
The diagShape type is used to define all the advanced characteristics of the original shape used in a diagram.
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
MatCopy (Function)
Creates the copy of a matrix.
MatDelete (Function)
Deletes an existing matrix.
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
Compound statements
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....