ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FAQ about Windows Vista and later
This help page presents a list of problems that may occur when using Windows Vista and later...
The UAC mechanism in Windows Vista (and later)
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism...
Creating an executable: Manifest management
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)...
Difference of behavior in Windows Vista (and later)
The test of your project was run using one of the Vista/7 test options...
Windows: What to bear in mind if your customers use Vista (and higher)
Windows Vista (and later) proposes several improvements...
Events associated with an Organization Chart control
Link properties
When creating a link, you can simply specify the destination......
Events associated with a Native Container control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
VideoStopDecoding (Function)
Stops decoding a bar code in a Camera control.
CameraStopDecoding (Function)
Stops decoding bar codes in a Camera control.
USBDetectRemovableStorage (Function)
Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed.
Events associated with the Pivot Table control
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa......
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
LooperStartFilling (Function)
Starts the process to populate a Looper control programmatically.
fDetectRemovableStorage (Function)
Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed.
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
Merging differences (SCM)
NFCWriteTag (Function)
Starts writing data to an NFC tag.
Events associated with a Layout control
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
MenuAddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
Handling a Control Template control through programming
The "Control template" control is used to display an existing control template......
Events associated with a Range Slider control
The following events are associated with Range Slider controls:...
Events associated with Spin controls
List of events associated with Spin controls...
ActionDo (Function)
Creates and runs a custom action (defined through programming) with support of "Undo/Redo"....
How to create two linked cascading tables?
This help page explains how to create two linked cascading Table controls in a window or page....
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.