ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

List,Position (External language)
Position the first element displayed in the list or returns the subscript of the first element displayed.
Screen,Next (External language)
Returns the name of the next editable control.
Screen,XVar (External language)
Defines whether a control is included (or not) in the current window.
HsMenu,Status (External language)
Returns the status of a menu option (active, invisible, grayed).
HsMenu,Mark (External language)
Finds out whether a menu option is marked or not.
HsMenu,Name (External language)
Adds a menu into the window that is opened.
HsMenu,Select (External language)
Selects or deselects, makes invisible, marks or unmarks an option found in the current menu.
List,Add (External language)
Adds an element to a Combo Box or List Box control.
List,Search (External language)
Finds a value in a list.
List,Insert (External language)
Inserts an element at the given index of a drop-down or expanded list.
List,Modify (External language)
Modifies an element in a drop-down list or in an expanded list.
List,Count (External language)
Returns the number of elements found in a list.
Screen,Selection (External language)
Modifies the status of a control (invisible, active, inactive, grayed)
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,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.
List,Delete (External language)
Deletes an element from a drop-down list or from an expanded list.
Option,Test (External language)
In an information window, displays each call to the function and each status report returned by the function.
Option,Version (External language)
Finds out the version number of WD140VM.DLL of WINDEV.
Table,Add (External language)
Adds an element to a Table control.
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,Save (External language)
Updates or adds a record in the data file linked to the Table control.
Table,Insert (External language)
Inserts an element into a table at a given position.