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.
rssEnclosure (Type of variable)
The rssEnclosure type is used to describe and handle the attachment of an entry of RSS stream...
1. Database schema: Database structure
When a WINDEV, WEBDEV or WINDEV Mobile project uses tables, it must be associated with a database schema....
WEBDEV Image Editor control: Features
The WEBDEV Image Editor control includes many features, accessible via several ribbons at the top and bottom of the control......
BuildBrowsingTable (Function)
Creates a Table control from the items of a table (view or query).
Developing 64-bit sites
You can deploy 64-bit compatible sites......
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
PostMessage (Function)
Sends a Windows message to a control or to a window.
HChangeKey (Function)
Changes the browse item.
Serialization constants
The serialization constants are as follows:
emailAttach (Variable type)
The emailAttach type is used to handle an attachment.
Configuring the "fax server" computer
WINDEV and WEBDEV allow you to manage faxes via the system fax server, available in Windows XP and Windows 2000......
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
dbgEndMemoryDiff (Function)
Saves a memory dump containing the memory resources that have been allocated and that have not been freed since the previous call to dbgStartMemoryDiff.
SendMessage (Function)
Sends a Windows message to a control or to a window.
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
Document (Type of variable)
The Document type is used to handle a "docx" document.
Passing parameters
The parameters can be passed to a procedure......