ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API
Instance (Function)
Returns the "system handle" (HINSTANCE) of the current program.
WINDEV Mobile 2024 Tutorial - Table of contents
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
dFont (Example)
Usage example of the dFont function
Handling WEBDEV Account Manager via command line
All the features in WEBDEV Account Manager can be used via command line......
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables of the email structure using the content of the Email.Source variable.
HRestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
ArraySort (Function)
Sorts a WLanguage array.
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
ArrayAddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of an advanced two-dimensional array property (xlsDocument, etc.)....
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector for MySQL......
iParameter (Function)
Retrieves the printer configuration and configures the print.
Optional events: Information retrieved (Java and Android)
WINDEV and WINDEV Mobile allow you to add optional events to the ones proposed by default for the different application elements......
Language (Property)
The Language property is used to get and change the language used.
TableAddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
5. HFSQL Client/Server
A WINDEV Mobile application can also use an HFSQL database in Client/Server mode....
SysXRes (Function)
Returns the horizontal screen resolution.
HTTP functions
List of HTTP functions...
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......