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.
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
HRecNum (Example)
Usage example of the HRecNum function
Spreadsheet constants
The following constants are used by the functions for managing Spreadsheet controls:...
ProfilerEnd (Function)
Stops "collecting data" for the performance profiler.
HFileExist (Example)
Usage example of the HFileExist function
fDate (Example)
Usage example of the fDate function
HErrorInfo (Example)
Usage example of the HErrorInfo function
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
Nesting the framesets
By default, a frameset is used to display several pages in the same window of the browser......
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
fDateTime (Example)
Usage example of the fDateTime function
HNbRec (Example)
Usage example of the HNbRec function
EmailSaveAttachment (Example)
Usage example of the EmailSaveAttachment function
docTabulation (Type of variable)
The docTabulation type is used to define the characteristics of a custom tabulation.
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
JSONToVariant (Example)
Usage example of the JSONToVariant function
Importing a CSS style sheet
WEBDEV gives you the ability to import a CSS style sheet into a WEBDEV project......