ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Browser management functions
List of functions for managing browsers...
Programming Table controls based on a data file (prefix syntax)
This page explains how to program Table controls based on a data file......
How to loop through a file using filters?
Properties associated with the areas defined in Zoning mode
Warning 124: Shadowing a global variable
Programming Looper controls based on a data file (prefix syntax)
These are the main concepts for programming Looper controls based on a data file......
Multi-touch support
A multitouch feature is a technique allowing the user to interact with a device via several contact points (the fingers are used in most cases)....
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
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....
<Source>.CreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
Connection
The Connection keyword can correspond to: the Connection variable. the Connection property used to get and change the connection currently associated with a data file. For more details, see Connection. the Connection property of a hbScanParameter variable....
Relationships in a CDM
The relationships are used to link entities among themselves or to link associations to entities......
NbKeyItem (Property)
The NbKeyItem property is used to get the total number of key items (including composite keys) in a record of: a file described in the data model editor, a file described through programming, an HFSQL view, a query....
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
Animation management functions
WINDEV proposes several WLanguage functions for managing animations......
Handling report blocks
The different operations available on report blocks are as follows......
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
Handling a Slider control through programming
WINDEV and WINDEV Mobile allow you to handle a Slider control through programming......
Handling a Spin control through programming
WINDEV allows you to handle a Spin control through programming......
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
Query technical documentation
The query editor automatically creates a technical documentation for each query......
InMinutes (Property)
The InMinutes property is used to convert a Duration variable to minutes.
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
InHours (Property)
The InHours property is used to convert a Duration variable to hours.