ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Table,Modify (External language)
Modifies an element in a Table control.
Table,Display (External language)
Refreshes the Table control.
Option,Space (External language)
Fills the content of WdString with space characters on the right.
HsMenu,Status (External language)
Returns the status of a menu option (active, invisible, grayed).
List,Select,? (External language)
Returns the element selected in the list.
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
Table,Select,? (External language)
Returns the index of the selected element in a Table control.
List,Position (External language)
Position the first element displayed in the list or returns the subscript of the first element displayed.
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,Delete (External language)
Deletes an element from a Table control.
List,Add (External language)
Adds an element to a Combo Box or List Box control.
Screen,FileToScreen (External language)
Initializes the window controls with the values of the file items linked to the controls.
List,Search (External language)
Finds a value in a list.
Table,Save (External language)
Updates or adds a record in the data file linked to the Table control.
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,Mark (External language)
Finds out whether a menu option is marked or not.
Table,Search (External language)
Searches for a value in a Table control populated programmatically.
Table,Select,+ (External language)
Selects an element in a Table control.
HsMenu,Select (External language)
Selects or deselects, makes invisible, marks or unmarks an option found in the current menu.
Screen,ScreenToFile (External language)
Initializes the file items with the value of the window controls bound to these items.
HsMenu,Name (External language)
Adds a menu into the window that is opened.
Table,Count (External language)
Returns the number of elements in a Table control.
Screen,Column (External language)
Returns the index of the current column in a Table based on a data file or in a Table populated programmatically.
Windows,Title (External language)
Modifies the title of the next window (or dialog box) displayed.