ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HNbRec (Function)
Returns the number of records in an HFSQL file, query or view: active records, deleted records, etc.
<Source>.NbRec (Function)
Returns the number of records in an HFSQL file, query or view: active records, deleted records, etc.
Generator of WINDEV skin templates: Customizing the elements
The generator of WINDEV skin templates is used to generate the necessary files for creating a custom skin template for the WINDEV projects......
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
TimeToInteger (Function)
Converts a time to an integer.
LoadImage (Function)
Loads an image in memory so that it can be used later by gImage.
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
SysColor (Function)
Identifies or modifies the color of a Windows element.
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
ArraySort (Function)
Sorts a WLanguage array.
Sort (Function)
Sorts a WLanguage array.
.NET application
To create a.NET application from a project......
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
hScheduledTask (Type of variable)
The hScheduledTask type is used to manage a scheduled HFSQL Client/Server task through programming......
Reals
HToFile (Function)
Copies a data source (file, query, view, ...) to a physical HFSQL file with the same description. This file is neither encrypted nor password protected.
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
MCI constants
List of constants used by the MCI functions....
Live Data: view data in editors
The "Live Data" is used to view the content of the data files in the controls currently created in the different editors of the product used (window editor, page editor, report editor, ......
ChangeAction (Example)
Usage example of ChangeAction
Creating a Java archive
When your Java application is developed, you can......
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a table.