ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
HIndex (Function)
Rebuilds the file index (".NDX" file).
WDInst: configuring the characteristics of the file setup
WDInst is used to configure the installation of files......
WDDeploy features
WDDeploy can be used to......
gpwOpenConfiguration (Function)
Opens the User Groupware configuration window or page.
HTTPCertificate (Function)
Modifies the client certificate used by default to identify oneself on a server.
RTFAdd (Function)
Adds a character string (in RTF or not) at the end of RTF edit control, RTF control in a report or character string containing a text in RTF.
CustomMenu
The CustomMenu allows you to create a custom menu in the menu bar of WINDEV, WEBDEV and WINDEV Mobile......
OpenMainMenu (Function)
Opens the main menu of the current window.
SSLActive (Function)
Used to enable or disable the secure SSL mode.
SysColor (Function)
Identifies or modifies the color of a Windows element.
ZoomWithFinger (Property)
The ZoomWithFinger property is used to: determine if an Image or Camera control supports pinch zoom. enable or disable pinch zoom in an Image or Camera control....
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
HTTPConfigure (Function)
Configures the functions that use the HTTP protocol.
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
Procedure description (Type of variable)
The Procedure Description type is used to get information about a procedure or a method.
The "Funnel" charts
...The Funnel charts are often used to represent the steps in a sales process and to indicate the amount of potential revenues expected for each step....
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......
Handling a Repositionable Note control through programming
A Repositionable Note control can be handled through programming......
Customizing the report viewer: Available windows
Manipulating a Layout control programmatically
A Layout control can be......
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...