ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the table described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
HRecNum (Function)
Returns: the number of the current record in the HFSQL data file. the number of the current record in the HFSQL view....
Managing the HFSQL servers
The HFSQL Control Center allows you to fully manage HFSQL servers......
<Page>.FromFile (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the table described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
Remote HFSQL administrator: Overview
...The remote HFSQL administrator is a WEBDEV site installed with the WEBDEV application server and used to remotely manage the HFSQL Client/Server databases installed on the Web server......
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
8. If you are already familiar with WINDEV
WDINT overview
WDINT is an optional tool of WINDEV, WEBDEV and WINDEV Mobile......
<Source>.RecNum (Function)
Returns: the number of the current record in the HFSQL table. the number of the current record in the HFSQL view....
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Bitwise operators
The operations on binary values are performed......
Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional array property of a variable type (xlsDocument variable for example])....
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....