ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmulateInfo (Function)
Emulates the next call to Info and automatically clicks the "OK&quot button.
WEBDEV Application Server remote control functions (prefix syntax)
The following functions are used to manage users and connections on a WEBDEV Application Server, using prefix syntax:
EmulateWarning (Function)
Emulates the next call to Warning and automatically clicks the "OK&quot button.
EmulateConfirm (Function)
Emulates the next call to Confirm and automatically clicks the button passed in parameter.
EmulateDialog (Function)
Emulates the next call to Dialog and automatically clicks the button passed in parameter.
EmulateError (Function)
Emulates the next call to Error and automatically clicks the "OK&quot button.
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control......
EmulateOKCancel (Function)
Emulates the next call to OKCancel and automatically clicks the button passed in parameter.
EmulateYesNo (Function)
Emulates the next call to YesNo and automatically clicks the button specified in parameter.
Managing bar codes
The use of bar codes to identify and manage products has become essential......
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
dbgStartRecording (Function)
Starts recording a test scenario (also called reproduction scenario).
21. Reports
Crosshair in a chart
In a Line chart, it may be difficult to read the value of axes for a point that is far from these axes......
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end of its execution.
AAF: Chart on a table column
When a table column is a Numeric column, the end user can create a chart on the column data and therefore benefit from the power of charts created with WINDEV......
Aligning elements in a List Box or Combo Box control (prefix syntax)
Several methods can be used to align the elements found in a List Box or Combo Box control......
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
Managing assertions
...The main available features are as follows:...
Functions for managing breadcrumbs (prefix syntax)
The following functions are used to manage site map paths, using prefix syntax:...
TransparencyMode (Property)
The TransparencyMode property is used to get and change the transparency mode of an image.
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
RTFToHTML (Function)
Returns the HTML string corresponding to the specified RTF string.