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.
Multiline strings
To type character strings over several lines in the code editor...
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
SOAPRun (Function)
Runs a procedure on a SOAP server.
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
HListFile (Function)
Returns the list of files: found in the current analysis or in a specific analysis recognized by the HFSQL engine. The files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. available on a connection via a native access or via an OLE DB driver. for a group of files defined in the data model editor....
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
Assigning dependencies to requirements
The following steps must be performed to implement the requirements......
Database of the Control Centers
The database of Control Centers groups various information shared by the different modules found in WINDEV, WEBDEV and WINDEV Mobile......
Monitoring robot: Configuring the Robot controller parameters
From the monitor, you can change the configuration options......
xlsCell (Type of variable)
An xlsCell variable is used to describe and modify a cell in an Excel document...
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
Constants for managing contact functions
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set of Beacons.
SpeechSynthesisVoice (Type of variable)
The SpeechSynthesisVoice type is used to get all the advanced characteristics of a speech synthesis voice.
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
ThreadExecute (Function)
Starts the execution of a secondary thread.