ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
Variable scope
Variables can be declared anywhere in the code....
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
Options of the window editor
To configure the general options of the window editor......
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
Global and local variable
Two types of variables are available......
IMAP protocol
The IMAP protocol is a standard protocol for managing emails......
SaaS administrator - Adding a site
Adding a SaaS site is used to declare a SaaS site deployed on a WEBDEV Application Server to a SaaS Webservice in order to allow it to be used......
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
2. Modes to install an application
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
License agreement for Native Oracle Connector
License agreement for Native Oracle Connector...
Merging differences (SCM)
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
Optional events
By default, the codes available in the code editor correspond to the most common codes......
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
3. Managing a website
WEBDEV Tutorial - Website deployment Lesson 3 - Managing a website - 10 min
Creating an application using the RAD methodology
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
The Thumbnail control
The Thumbnail control is used to automatically manage the display of images in thumbnail format......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.