ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Tab control
The Tab control is used to simultaneously display different controls......
License agreement for the tools included with WINDEV, WEBDEV and WINDEV Mobile
License agreement for the tools included with WINDEV, WEBDEV and WINDEV Mobile...
9. Sharing a project in practice
Sharing a project in practice...
DisplayLongText (External language)
Displays a long text in a text control in Pascal and in C.
Beep (External language)
Used to emit a beep on the speaker of the computer.
How to loop through a file using filters?
Library,Disk (External language)
Opens the project library that is stored on disk.
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.
Screen,Current (External language)
Retrieves the name of the control being edited and its index, if necessary.
Screen,ScreenToFile (External language)
Initializes the file items with the value of the window controls bound to these items.
Screen,FileToScreen (External language)
Initializes the window controls with the values of the file items linked to the controls.
Screen,Input (External language)
Starts the input in the controls of a window.
Screen,Selection (External language)
Modifies the status of a control (invisible, active, inactive, grayed)
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.
Execute (External language)
Runs the code of a control or the code of a procedure in WLanguage.
Window (External language)
Returns the number of windows opened at a given time.
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,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,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.
List,Position (External language)
Position the first element displayed in the list or returns the subscript of the first element displayed.