ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
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.
<Source>.Flush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
Multimedia functions (prefix syntax)
List of Multimedia functions...
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
H.VisibleAutoIndexing (Variable)
Indicates whether the indexing window must be displayed during the automatic reindexing of HFSQL data files.
<Connection variable>.TransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
Differences and specific features of an HFSQL Client/Server application
The management mode of data files may have to be adapted when using an HFSQL Client/Server application......
<gglDrive variable>.ListFileGgl (Function)
Lists Google Docs Editors files (Docs, Sheets, etc.) present on Google Drive.
Add data files to a replication (ReplicEdit)
When the replication is described, the data files must be added into the replication......
DriveListFileGgl (Function)
Lists Google Docs Editors files (Docs, Sheets, etc.) present on Google Drive.
Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions......
SOAP constants
List of constants used by the SOAP functions....
NetDiskList (Function)
Lists the available disks: on the FTP server (File Transfer Protocol) or on the RPC server (Remote Procedure Call) powered by WINDEV, on the client computer. This function is kept for backward compatibility....
gglAttachment (Type of variable)
The gglAttachment type is used to define all the advanced characteristics of a file attached to a calendar event. The calendar can be described using the gglCalendar type. This calendar is used by the Google Calendar service.
WINDEV and the SOAP protocol
Writes a message intended to another socket....
SOAP functions
List of SOAP functions...
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
Binding an OLE control to an item
An OLE control can be bound to an item in a table, query, etc....
SOAP functions (prefix syntax)
List of SOAP functions...
ERR_NO_END_TAG
13. Reports
WINDEV Mobile allows you to easily create and print all types of reports with the report editor....
SourceToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....