ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Alias type
The Alias type is used to declare and handle a logical alias for a table or query.
Alias (Property)
The Alias property gets the alias of an element.
<Source>.Alias (Function)
Creates a logical alias of a table (or query) or cancels all existing aliases.
Aliases on tables: HAlias function
The aliases are used to handle ...
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows...
HAlias (Function)
Creates a logical alias of a table (or query) or cancels all existing aliases.
HCancelAlias (Function)
Cancels an alias that was declared beforehand by HAlias.
WinChangeAlias (Function)
Modifies the alias of a window.
Data Source (Variable type)
A Data Source variable is used to describe a temporary data source (query, view, alias, etc.).
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice...
Hyper File functions available for backward compatibility
HMode (Function)
Changes the mode and the method for locking data files.
Error customization
The WEBDEV administrator (Development version) is used to customize the error messages of a WEBDEV...
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
EnumControl (Function)
Returns the name of Nth control found in the specified element.
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available...
WEBDEV administrator: Advanced configuration
The "Advanced" tab is used to configure the advanced features at server level......
Items used in a select query
A query created in the query editor can contain several types of items......
Errors during an FTP installation
The list below presents the error messages that are displayed in the remote setup wizard...
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP...
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......