ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Window controls
Several types of controls can be used in a window, ......
StatusBarAddCell (Function)
Adds a new cell to the status bar of the current window.
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
fCurrentDir (Function)
Identifies or modifies the current directory.
Spreadsheet constants
The following constants are used by the functions for managing Spreadsheet controls:...
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
UnloadWDL (Function)
Frees the library that was loaded in memory by LoadWDL.
Sound (Function)
Plays a sound in WAV format.
Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
SpeechRecognitionAddCommand (Function)
Adds a voice command into the current window.
AddVoiceCommand (Function)
Adds a voice command into the current window. From version 17, this function is replaced with SpeechRecognitionAddCommand.
StatusBarDeleteCell (Function)
Deletes a cell from the status bar of the current window.
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
fExeDir (Function)
Returns the directory from which the execution is started.
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
gglPath (Type of variable)
The gglPath type is used to define the characteristics of the route to drawn on a map...
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
Title (Property)
The Title property is used to get and change the title of an element.
Library,Disk (External language)
Opens the project library that is stored on disk.
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
DeleteVoiceCommand (Function)
Deletes a voice command that was added by AddVoiceCommand. From version 17, this function is replaced by SpeechRecognitionDeleteCommand.
<Scanner variable>.Property (Function)
Used to get and change the characteristics of a scanner.
Width (Property)
The Width property is used to determine and change the width of an element.
EmailStartPOP3Session (Function)
Starts a session for receiving and reading emails with the POP3 protocol.
Installing a Webservice (old format)