ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file......
Describing a report table
To display the table description, select "Table description" in the context menu of one of the table elements...
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
dbgInfo (Function)
Returns a debug information.
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
Other operators
The following are additional operators......
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
WDDeploy features
WDDeploy can be used to......
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements......
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
2. Types of setup
Types of setup...
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
Defining clickable areas
In a page, an Image control can contain clickable areas......