ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iPageNum (Function)
Returns or initializes the number of the page currently printed.
iColumnEnd (Function)
Forces a column break in a multi-column report.
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
iPageEnd (Function)
Forces the move to the next page during the report print.
iSkipPage (Function)
Forces a page skip: the corresponding code is sent to the printer spooler.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
WDDeploy features
WDDeploy can be used to......
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
HFSQL Control Center: Managing scheduled elements
You have the ability to define scheduled elements on the HFSQL server....
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format......
docProperty (Type of variable)
The docProperty type is used to define the properties of a Word Processing document.
How to include the SESAM VITALE services?
From version 18 of WINDEV, the import of webservices includes the necessary tools to allow the consumption of secure Webservices used to manage the Sesam Vitale cards......
XMLSign (Function)
Signs an XML document.
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
Adding files into a replication (ReplicEdit)
When the replication is described, the data files must be added into the replication......
Table,Count (External language)
Returns the number of elements in a Table control.
HOptimizeQuery (Function)
Optimizes the Select queries by using idle times when handling an application (period without processes).
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
Data persistence
The data persistence is used to store the value typed by the user......
TriggerScheduledTask structure
The ScheduledTask structure is used to define all the events that will define the execution of a task......
inAppListPurchase (Function)
Returns the list of application products purchased by the user and not consumed.
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
GglFillCalendar (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved (some criteria may be specified).
gglContactGroup (Type of variable)
The gglContactGroup type is used to describe and modify a group of contacts used by the Google Contacts service...
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.