ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
HAdd (Function)
Adds: the record found in memory into the table (query or view). the record found in a Record variable into the table (query or view)....
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
Handling WEBDEV Account Manager via command line
All the features in WEBDEV Account Manager can be used via command line......
Assisted universal replication
To easily establish the universal replication between the data of a remote application and a central database, WINDEV and WEBDEV allow you to......
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
Creating the Form pages of a WEBDEV RAD pattern
Deletes a worksheet from the Excel document....
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
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.
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
Creating the Relation windows of a WINDEV RAD pattern
List of constants used by the functions for managing menus....
Database schema editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
hBackupDescription (Variable type)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
2. Application development cycle
WINDEV Mobile covers the entire application development cycle...
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
H.NumRec (Variable)
Contains the number of the physical record loaded in memory (which means the number of the last record read).
HState (Function)
Used to find out the state of a record.