ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InterfaceModifiableWithReportsAndQueries (Property)
The InterfaceModifiableWitReportsAndQueries property is used to determine if the interface of a report can be modified in Reports & Queries.
iSubstBlock (Function)
Substitutes one block of the report with another block while the report is printed.
SysIdentifier (Function)
Returns the unique identifier of the current mobile device.
Financial constants
List of constants used by the financial functions....
fDriveInfo (Example)
Usage example of the fDriveInfo function
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979......
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions......
hScheduledTask (Type of variable)
The hScheduledTask type is used to manage a scheduled HFSQL Client/Server task through programming......
appServerScheduledTask (Type of variable)
The appServerScheduledTask type is used to manage a scheduled task of WEBDEV Application Server through programming (for a site or a webservice).
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
WidthInPixel (Property)
The WidthInPixel property is used to get the width in pixels of a control in a report.
fResourceDir (Function)
Returns the path of the read-only resources of the application.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
Images, colors and tabs
To optimize the appearance of your screens, WINDEV, WEBDEV and WINDEV Mobile allows you to use images or colors in your tab controls......
Table,Add (External language)
Adds an element to a Table control.
Creating, modifying, deleting a style
WINDEV gives you the ability to handle the styles defined for a help system (help file in HLP or CHM format)......
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......