ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Event (Type of variable)
The Event type is used to define all the advanced characteristics of an event: birthday, saint's day, ......
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
3. Managing a website
WEBDEV Tutorial - Website deployment Lesson 3 - Managing a website - 10 min
The Task structure
The Task structure is a preset structure of WLanguage (no declaration is required)......
Creating nested reports
EmailStartIMAPSession (Function)
Starts a session for receiving and reading emails with the IMAP protocol.
fSplit (Function)
Splits a file into several files.
geoTrackingProcedure (Function)
Defines the WLanguage procedure that will be called when the location of the user changes.
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.
Glossary
The glossary lists all the abbreviations used in the code editor......
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
Text formatting variant
You can customize text attributes such as character spacing, line spacing and font size in a window or page......
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
Right (Function)
Extracts the last characters from a string or string buffer.
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
grColumnSpacing (Function)
Indicates the spacing between each data category in a column chart or in a Minimum/Maximum stock chart....
Using .NET assemblies in a project
To use .NET assemblies in a project......
How to choose the data source of a control?
This help page presents the different data sources available for a control....
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
Query editor
The query editor is used to automatically create queries on the data files......
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
Managing Hive databases
Hive is a software layer of Hadoop used to run queries......
InKioskMode (Function)
Indicates whether the Android application is in kiosk mode.
WEBDEV administrator: WebSocket servers installed
The "WebSockets" tab provides information about the WEBDEV WebSocket servers installed on the computer...
Error handling WLanguage procedure called by zipExtractDirectory
WLanguage procedure ("Callback") called if an error is encountered when extracting files with zipExtractDirectory.