ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLElementType (Function)
Returns the type of current element (tag or attribute).
Analysis shared between earlier WINDEV applications and WINDEV 2024 applications
An analysis can be shared between a WINDEV application......
HAdd (Example)
Usage example of the HAdd function
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
Control (Type of variable)
The Control type is used to define the characteristics of a control.
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
The Looper control: Custom synchronization
How to manage the synchronization between: the page displayed in the browser. This page contains a Looper control that displays the records found in an HFSQL file. the corresponding page context found on the server....
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
BrowserPlatform (Function)
Returns the user's browser platform....
Financial constants
List of constants used by the financial functions....
XMLElementName (Function)
Returns the name of current element (tag or attribute).
Events associated with Clickable Image controls
List of events associated with Clickable Image controls...
RTFSelection (Function)
Modifies or lists attributes of text currently selected in an control RTF (from a window or report WINDEV).
Properties associated with a page
Range Slider control properties
The following properties are associated with the Range Slider control:...
Scrollbar control properties
List of properties associated with the Scrollbar control...
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
BrowserType (Function)
Returns the type of browser used by the Web user.
Table,Modify (External language)
Modifies an element in a Table control.
VolumePhysicalButton (Function)
Identifies or modifies the sound source associated with the physical buttons used to set the volume of the device.
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.
OpenSister (Example)
Usage example of the OpenSister function
Properties associated with the cells of the status bars
List of properties associated with the cells of the status bars...
TestCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.