ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
DescribedPhysicalName (Property)
The DescribedPhysicalName property is used to manage the physical name of HFSQL data files.
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
HListLink (Function)
Returns the list of table bindings (Merise type) present: in the current database schema, in ongoing database schemas (projects with multiple database schemas). in a specific database schema....
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the table, view, query, ...).
HDuplicateRecord (Function)
Duplicates the record read in a table: the record found in memory is added into the table (query or view).
Cursor constants
List of constants used by the functions for managing cursors and the mouse...
HDescribeLink (Function)
Describes a link between two data files through programming.
NetConnect (Function)
Connects to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
PhysicalName (Property)
The PhysicalName property is used to manage the physical name of HFSQL data files.
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).
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
HBackward (Function)
Moves backward several records from the current position in the table, according to a specified item.
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
Manipulating a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
Utility components
WINDEV includes several utility components that allow you to handle data directly......