ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
Creating help pages
A help system includes several pages......
Query: Displaying the records corresponding to a given period
When a "Date" item is found in the query, you have the ability to only select the records corresponding to a given period......
The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
SCM: Management of branches
The management of branches is used to manage several versions of the same application in parallel......
Common project
Projects are often cross-platform......
Comparison operators
The comparison operators can be divided into several categories......
Operator on Address
The & operator returns the address of a variable as an integer
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
Multiline strings
To type character strings over several lines in the code editor...
Passing parameters
The parameters can be passed to a procedure......
Log (Function)
Calculates the decimal logarithm of a numeric value.
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
Ln (Function)
Calculates the Napierian logarithm (reverse of exponential) of a numeric value.
SQL view
An SQL view is a virtual data source defined by an SQL query......
17. TLS/SSL: Encrypting information on the Web
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
ToastDisplay (Function)
Displays a "Toast" message.
Replication server for the assisted universal replication
The assisted universal replication can use a replication server......
Pinned area in a page: fixed area on the screen
A fixed area in a page is a page section that remains visible even if the Web user moves the browser scrollbar......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...