ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sub-query
A sub-query is a query whose result is used by another query...
DnDAccept (Example)
Usage example of the DnDAccept function
MatCreate (Example)
Usage example of the MatCreate function
MatStack (Example)
Usage example of the MatStack function
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
CertificateList (Function)
Returns the list of certificates available on the computer.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
LooperSelectPlus (Function)
Selects a row in a Looper control.
MatDelete (Example)
Usage example of the MatDelete function
13. External component in practice
External component in practice...
12. External component in practice
GPSLastPosition (Function)
Retrieves the information about the last known device position.
GesturePosX (Function)
Returns the horizontal position of the pointer (finger or stylus).
Check Box control: Automatic features (AAF)
The Check Box control can benefit from several AAFs (Automatic Application Features) ......
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
SysNumberScreen (Function)
Returns the number of screens currently connected to the current computer.
MatReadColumn (Example)
Usage example of the MatReadColumn function
MatReadLine (Example)
Usage example of the MatReadLine function
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......
Automatic features of Pivot Table controls
The Pivot Table control offers several Automatic Application Features (AAF) allowing the user to take advantage of all its capabilities......
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....