ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
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?......
1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min
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......
SysColor (Function)
Identifies or modifies the color of a Windows element.
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
Alias type
The Alias type is used to declare and handle a logical alias for a data file or query.
HCopyRecord (Example)
Usage example of the HCopyRecord function
GglFile (Type of Variable)
The GglFile type allows you to know all the characteristics of a file from the Google software suite (Docs, Sheets, etc.).
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
Combination (Type of variable)
A combination is a set of options.
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area....
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
BTInfoDevice (Function)
Returns specific information about a Bluetooth device.
TapToFocus (Property)
The TapToFocus property is used to: Determine if tap to focus is enabled in a Camera control. Enable or disable tap to focus in a Camera control....