ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test...
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
Materialized view
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
Control constants
List of constants used by the functions for managing controls...
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
Management of PDF files
PDF is one of the most widely used formats for transmitting and storing electronic documents......
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
The "Waterfall" charts
The "Waterfall" chart is a bar chart used to represent the positive or negative additions of several categories......
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
Link control properties
The Link control is available in a page and in a report......
gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
Hasp (Function)
Interrogates an electronic HASP key (HASP-3, HASP-4, MemoHasp or NetHasp).
Managing Google contacts
The Google Contact service is used to manage contacts on Internet......
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
J2EERun (Function)
Runs a procedure on a server of J2EE XML Web services.
DotNetRun (Function)
Runs a procedure on a .Net server.
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......