ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Table,Search (External language)
Searches for a value in a Table control populated programmatically.
Screen,Current (External language)
Retrieves the name of the control being edited and its index, if necessary.
Table,Modify (External language)
Modifies an 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.
List,Add (External language)
Adds an element to a Combo Box or List Box control.
List,Select,? (External language)
Returns the element selected in the list.
Table,Insert (External language)
Inserts an element into a table at a given position.
SCM administrator: Managing branches
The SCM administrator (Source Code Manager) allows you to directly manage the branches of the various projects in the SCM......
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,Insert (External language)
Inserts an element at the given index of a drop-down or expanded list.
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.
Library,Disk (External language)
Opens the project library that is stored on disk.
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
The log process
...A log is a special file that contains the history of all changes made to one or more tables over a given period of time (date the table was created, last automatic data modification, last backup created with WDLog, etc.)...
Screen,FileToScreen (External language)
Initializes the window controls with the values of the file items linked to the controls.
Screen,Coordinate (External language)
Retrieves the coordinates of the control in relation to the top left border of the window as well as the physical size of a control.