ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

List,Search (External language)
Finds a value in a list.
Window (External language)
Returns the number of windows opened at a given time.
Close (External language)
Closes the current window and restores the context that existed before the window opening.
Handle (External language)
Returns the handle of a window or control.
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.
iPrintReport (External language)
Prints a report created with the report editor.
Info (External language)
Displays a dialog box containing an information logo and the message passed in parameter.
LCommand (External language)
Returns the command line passed in parameter to the executable program.
List,Add (External language)
Adds an element to a Combo Box or List Box control.
Execute (External language)
Runs the code of a control or the code of a procedure in WLanguage.
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.
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.
Message (External language)
Displays a message in the status bar.
Multitask (External language)
Allows the programs currently run to process the Windows messages or runs a temporization.
Nation (External language)
Defines the display language for the titles, captions, messages...