ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV site......
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
Report editor: options and keyboard shortcuts
Several toolbars are displayed in the report editor......
WDInst: Installing an HFSQL Client/Server application
When creating the setup program of a WINDEV application that uses HFSQL Client/Server data files, WDInst allows you to......
NumericFormat (Type of Variable)
The NumericFormat type allows you to define all the characteristics of the format that can be used with the NumericalToString function.
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
2. User-friendly editors in practice
User-friendly editors in practice...
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
Alignment rulers (Editor)
When creating or modifying a window in the window editor, you have the ability to display the alignment rulers......
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
Drawing constants
List of constants used by the drawing functions....
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated......
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......