ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

zipDeleteFile (Function)
Deletes a file from an archive.
Comparison operators
The comparison operators can be divided into several categories......
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
HFSQL constants
List of constants used by the HFSQL functions....
The Wire control
The Wire control is used to visually link 2 controls......
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
dBackground (Example)
Usage example of the dBackground function
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite Connector.
Drawer control properties
List of properties associated with the Drawer control...
Keyboard shortcut on a button (AAF)
In an application developed with WINDEV, the user has the ability to implement a keyboard shortcut on a button......
Creating the Form pages of a WEBDEV RAD pattern
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
iCreateFont (Function)
Creates a new print font.
HFSQL Client/Server database: Recommendations
This help page presents the main recommendations for optimizing the security and performance of an HFSQL Client/Server database according to the constraints and desired features......
dPolyline (Function)
Draws a line composed of multiple segments.
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
WEBDEV administrator: Advanced configuration
The "Advanced" tab is used to configure the advanced features at server level......
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
Properties associated with the control templates
Several WLanguage properties can be used to handle a control template in a window or in a page......
Referring to an element in a WLanguage event / process