ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.
The planes (in a window or in a report)
The planes are used to group the window controls......
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....
sParameter (Function)
Defines or modifies the parameters for configuring the specified serial port, parallel port or infrared port.
Variables for managing the Drag and Drop
rssIdentifier (Type of variable)
The rssIdentifier type is used to describe the unique identifier of a RSS stream entry...
gglEmail (Type of variable)
The gglEmail type is used to describe and modify the email address of a contact...
TokenAllowDuplicate (Property)
The TokenAllowDuplicate property is used to: Allow or prevent the user from entering duplicates in a "Text token" Edit control. Determine if duplicates are allowed in a "Text token" Edit control....
NbCopy (Property)
The NbCopy property is used to determine and change the number of report copies to print.
NbLinesPerPage (Property)
The NbLinesPerPage property is used to: Get and set the maximum number of Table rows per page. Get and set the maximum number of Looper rows per page....
HTMLAttribute (Property)
The HTMLAttribute property reads and changes the HTML attributes of the control.
HourglassNetwork (Function)
Displays or hides an endless gauge in the title bar of Android application windows .
Merge (Property)
The Merge property is used to merge the cells of a Table or TreeView Table control.
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
Using a query with parameters
A query with parameters can be used......
WDTestSite: Load test
The stress tests are used to check......
DnD constants
List of constants used by the functions for managing the Drag and Drop....
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
SOAPRun (Function)
Runs a procedure on a SOAP server.
iCreateFont (Function)
Creates a new print font.
Setting up a WEBDEV cluster
With the WEBDEV Application Server in version 27, you can create server clusters with ease......
Constants for managing Gantt charts
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
Managing the groups and users (HFSQL Client/Server)
To simplify the management of users and groups of users, the HFSQL Client/Server engine uses several variables allowing you to easily define the characteristics of groups and users......
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......