ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
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......
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
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?......
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).
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.
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
2. Performance profiler
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 2 - Performance profiler - 15 min
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
_VisiteGuideeEtapeBulle (Type of variable)
Le type _VisiteGuideeEtapeBulle permet de définir toutes les caractéristiques avancées d'un XXX....
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
Drop-down button
The drop-down button expands: a context menu. a popup window....