ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
13. Debugger
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
grMenu (Function)
Defines the type of context menu displayed by a chart.
BackgroundStyle (Property)
The BackgroundStyle property is used to get and modify the background style of cells in tables and/or TreeView Tables....
WEBDEV administrator: Advanced configuration
The "Advanced" tab is used to configure the advanced features at server level......
ProgressBar (Function)
Displays a progress bar in the status bar of current window.
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
Monitoring robot: Configuring the robot parameters
From the monitor, you can change the configuration options......
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
Print constants
List of constants used by the print functions....
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
docTabulation (Type of variable)
The docTabulation type is used to define the characteristics of a custom tabulation.
dbgConnect (Function)
Used to connect a remote debugger to an application, service, Webservice, etc.
Multicolumn report
The report editor allows you to create "Multicolumn" reports....
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Drop-down button
The drop-down button expands: a context menu. a popup window....