ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

List,Select,- (External language)
Deselects an element from a drop-down list or from an expanded list.
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,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.
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,Select,+ (External language)
Selects an element in a drop-down list or in an expanded list.
Screen,XVar (External language)
Defines whether a control is included (or not) in the current window.
Option,Version (External language)
Finds out the version number of WD140VM.DLL of WINDEV.
Table,Col (External language)
Returns the current index of the column.
Table,Get (External language)
Retrieves the value of a given element or the value of the selected element in a table.
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.
Creating the RAD Pattern project
The steps for creating a RAD pattern are as follows:...
HChangeName (Function)
Modifies the physical name of a data file.
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
TransparencyMode (Property)
The TransparencyMode property is used to get and change the transparency mode of an image.
dFont (Function)
Declares the font that will be used by dText: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....