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.
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
Comparison operators
The comparison operators can be divided into several categories......
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
fWrite (Function)
Writes: a character string into an external file. a memory section....
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
5. Unit tests
Unit tests (also called automated tests) are used to test windows, procedures and classes in an application at different levels of development......
The Sidebar control
The Sidebar control gives access to different options......
Setup by stand-alone physical media
A setup by stand-alone physical media allows you to provide a media that contains all the files required for installing and running a site......
Setup via physical media
A setup by physical media allows you to give to the hosting company a media containing all the files required to install the site on a server......
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically download the different editor updates (WINDEV, WEBDEV and WINDEV Mobile) thanks to "Automatic update"......
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
2. Modes to install an application
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......