ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Alias type
The Alias type is used to declare and handle a logical alias for a data file or query.
<Source>.Alias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
Alias (Property)
The Alias property gets the alias of an element.
HAlias (Function)
Creates a logical alias of a data file (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.
Aliases on data files: 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...
Data Source (Variable type)
A Data Source variable is used to describe a temporary data source (query, view, alias, etc.).
SQLListTable (Function)
List all the tables that can be accessed by the connected database system.
docStyle (Type of variable)
The docStyle type is used to define the advanced characteristics of a style belonging...
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one...
Organizer control properties
Several WLanguage properties can be used on an Organizer control found in a window......
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number...
Enumeration (Type of variable)
An enumeration is a set of values......
Installing an application server
There are several steps to install the WEBDEV Application Server on a Linux server......
Properties associated with windows, pages and controls
List of properties associated with windows, pages and controls...
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number...
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
Hyper File functions available for backward compatibility
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection...
Two-level setup
The two-level setup (or multisite setup) combines: a reference network setup deployed...
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
Customizing the errors
The WEBDEV administrator (Development version) is used to customize the error messages of a WEBDEV...
Configuring the connection with WDORAINS (optional setting)
For backward compatibility with the earlier versions of Native Oracle Connector (also called Native...
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite...
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice...
HMode (Function)
Changes the mode and the method for locking data files.
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......
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
1
5
6
7
8
>