ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Sub-query
A sub-query is a query whose result is used by another query...
List,Position (External language)
Position the first element displayed in the list or returns the subscript of the first element displayed.
List,Get (External language)
Retrieves the value of a given element or the value of the selected element in a drop-down list or in an expanded list.
List,Select,? (External language)
Returns the element selected in the list.
List,Count (External language)
Returns the number of elements found in a list.
List,Select,+ (External language)
Selects an element in a drop-down list or in an expanded list.
List,Select,- (External language)
Deselects an element from a drop-down list or from an expanded list.
Option,Version (External language)
Finds out the version number of WD140VM.DLL of WINDEV.
Table,Search (External language)
Searches for a value in a Table control populated programmatically.
Table,Col (External language)
Returns the current index of the column.
Table,Count (External language)
Returns the number of elements in a Table control.
Table,Position (External language)
Sets the position on a given element or returns the element on the fist row of a Table control populated programmatically.
Table,Get (External language)
Retrieves the value of a given element or the value of the selected element in a table.
Table,Select,? (External language)
Returns the index of the selected element in a Table control.
Table,Select,+ (External language)
Selects an element in a Table control.
Windows,TCurrent (External language)
Modifies the title of the current window.
Windows,Title (External language)
Modifies the title of the next window (or dialog box) displayed.
Windows,TNext (External language)
Modifies the title of the next window (or dialog box) displayed.
Screen,Raz (External language)
Resets to zero (for a numeric control) or clears (for the other types of controls) the content of the controls found in the current window.
HsMenu,Status (External language)
Returns the status of a menu option (active, invisible, grayed).
Screen,Selection (External language)
Modifies the status of a control (invisible, active, inactive, grayed)