ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HFSQL constants
List of constants used by the HFSQL functions....
USBDetectRemovableStorage (Function)
Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed.
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.
Merging differences (SCM)
NFCWriteTag (Function)
Starts writing data to an NFC tag.
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
Handling a Control Template control through programming
The "Control template" control is used to display an existing control template......
ActionDo (Function)
Creates and runs a custom action (defined through programming) with support of "Undo/Redo"....
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
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.
Variable scope
Variables can be declared anywhere in the code....
WinScreenRectangle (Example)
Usage example of the WinScreenRectangle function
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
Pyramid charts
Pyramid charts allow you to view data in descending order......
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
Project Management Hub: Time tracking
The time spent can be listed on......
SpeechRecognitionTrigger (Function)
Triggers the device's speech recognition service....
CSS styles (Cascading Style Sheet)
The CSS styles are the standard styles used on Internet......
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
Inserting an image or video into a help page
It can be useful to use images or videos in help pages to explain the actions to be done, indicate which buttons must be used, etc....
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
TextEllipsis (Function)
Returns the text with ellipsis displayed in an Edit, Combo Box or Static control.
NetGetFile (Example)
Usage example of the NetGetFile function