ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

hScheduledTask (Type of variable)
The hScheduledTask type is used to manage a scheduled HFSQL Client/Server task through programming......
<Connection variable>.DeleteScheduledOptimization (Function)
Deletes a scheduled optimization task from HFSQL Client/Server data files....
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
<Gantt chart>.DeleteTask (Function)
Removes a task from a Gantt Chart column in a Table or TreeView Table control.
<Gantt chart>.ListLink (Function)
Lists the links in a Gantt Chart column in a Table or TreeView Table control.
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites......
<Connection variable>.ConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
EmailStatus (Function)
Returns the status of an email sent via an SMTP session started in asynchronous mode.
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
Creating a strong-named .NET assembly
To create a strong-named .NET assembly ......
WDINT setup
Reloading a document
To reload a document, ......
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
hScheduledOptimization (Type of variable)
The hScheduledOptimization type is used to programmatically manage a scheduled optimization task on an HFSQL server.
Ad Hoc deployment
Reports
A report provides a custom view of data......
HFSQL data files exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large data files (up to 2 gigabytes)......
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
Word processing: Using the ribbon
The ribbon found in the Word Processing control proposes several features and it allows you to perform several settings......