ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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...
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
iEllipse (Function)
Prints an ellipse (in a rectangle).
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes from the data file.
SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor (".WDR" file).
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
MatAdd (Function)
Adds two matrices of same dimensions (same number of rows and same number of columns).
The single-part and multi-part archives
Two types of archives are available......
2. Analysis in practice
Procedure description (Type of variable)
The Procedure Description type is used to get information about a procedure or a method.
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control....
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
iBorder (Function)
Prints a border at specified coordinates.
iCloudKeyValueWrite (Function)
Stores the value of a key in an Apple iCloud-based container of "key-value" pairs.
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.
HFound (Function)
Checks whether the current record corresponds to the current filter or search.
EmailGetTimeOut (Function)
Reads the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
HModifyServerRights (Function)
Modifies the rights granted to a user or to a group on an HFSQL server.
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
HFSQL constants
List of constants used by the HFSQL functions....
Assigning dependencies to requirements
The following steps must be performed to implement the requirements......
Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time, location, ...
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
ExecutionCompleted (Property)
The ExecutionCompleted property is used to determine whether the execution of a query or view (HFSQL Classic or Client/Server) is completed....
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).