ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Functions for managing multiple languages
Functions for managing multiple languages...
Screen,Input (External language)
Starts the input in the controls of a window.
Handling a Breadcrumb control through programming
The Breadcrumb control can be handled through programming......
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically launched.
Unicode in character strings
The Unicode format is an encoding system that assigns a unique number to each character....
Discover all the possibilities of pivot tables
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
Optimizing the query execution
The query editor allows you to optimize the execution speed of one or more queries......
Handling the report blocks through programming
Each report block is associated with different events......
xlsUnmergeCell (Function)
Unmerges a range of cells.
Library,Disk (External language)
Opens the project library that is stored on disk.
Screen,Current (External language)
Retrieves the name of the control being edited and its index, if necessary.
Screen,First (External language)
Indicates the name of the first editable control or the name of the next control that must be in edit.
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.
Screen,Get (External language)
Retrieves the value in a control or in a variable.
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.
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.