ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
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.
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test...
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
Multimedia control events
List of events associated with a Multimedia control...
ProjectInfo (Function)
Returns specific information about the project currently run.
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
PVTCalculateAllAsynchronous (Function)
Entirely calculates or recalculates a Pivot Table control, without blocking the application.
iBorder (Function)
Prints a border at specified coordinates.
ServiceWaitStatus (Function)
Waits for a service to be in a specific status.
ServiceStatus (Function)
Returns the current status of a service.
ConsoleWrite (Function)
Writes a character string in the standard output stream "stdout" (also called "console").
CmdAddOption (Function)
Adds an option to the command to be executed in console mode.
Report editor: options and keyboard shortcuts
Several toolbars are displayed in the report editor......
FTPSend (Example)
Usage example of the FTPSend function
Extra (Property)
The Extra property manges additional information.
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
Browser constants
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
Report based on a query
Queries are used to easily select records in one or more data files......
DashCount (Function)
Returns the number of widgets found in a Dashboard control.
dbgConnect (Function)
Used to connect a remote debugger to an application, service, web service, etc.
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
TabCloseAll (Function)
Closes all dynamic tabs of a Tab control.
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.