ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InWindowsStoreAppMode (Function)
Indicates whether the code is run in Windows Store apps mode. Function kept for backward compatibility....
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or through programming. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
Link (Property)
The Link property is used to get and change the link of an element.
CertificateSignString (Function)
Creates the signature of a character string.
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
TreeView Table control functions
List of functions for managing TreeView Table controls...
DashLoadConfiguration (Function)
Restores the configuration of a Dashboard control.
grPointType (Function)
Modifies the shape of point for a specific category or value found in a Line, Area, Scatter and Radar chart.
ModbusReadBit (Function)
Reads one or more bits from a Modbus slave, starting at a specific address.
ModbusReadRegister (Function)
Reads one or more registers from a Modbus slave, starting at a specific address.
Events associated with Scrollbar controls
List of WLanguage events associated with Scrollbar controls...
Events associated with Sidebar controls
List of events associated with Sidebar controls...
Events associated with Slider controls
List of events associated with Slider controls in a window...
Telephony functions
List of telephony functions...
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
CollapsedImage (Property)
The CollapsedImage property is used to: find out and/or modify the default image associated with a collapsed row in a TreeView Table control. find out and/or modify the default image associated with a collapsed row in a TreeView control. find out and/or modify the image associated with a specific collapsed row in a TreeView Table control. find out and modify the image in a collapsed row of a TreeView item in a "TreeView table" type report....
The Captcha control
The "captcha" are the distorted texts that the Web user must decode and re-enter in a site before validating a form....
SOAP functions
List of SOAP functions...
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
<String type>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.