ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iPageNum (Function)
Returns or initializes the number of the page currently printed.
iSkipPage (Function)
Forces a page skip: the corresponding code is sent to the printer spooler.
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.
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.
iColumnEnd (Function)
Forces a column break in a multi-column report.
HNbRec (Example)
Usage example of the HNbRec function
fCurrentDrive (Example)
Usage example of the fCurrentDrive function
FinInterestRate (Example)
Usage example of the FinInterestRate function
EmailSaveAttachment (Example)
Usage example of the EmailSaveAttachment function
HOnError (Example)
Usage example of the HOnError function
FontExtended (Property)
The FontExtended property is used to: Find out whether the spacing between characters in a text is increased. Increase the spacing between characters in a text....
Configuring the connection with WDORAINS (optional setting)
For backward compatibility with the earlier versions of Native Oracle Connector (also called Native Oracle Access), the connection can still be configured in WDORAINS (supplied with Native Oracle Connector)......
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
App shortcuts
App shortcuts are an Android feature that allows users to quickly perform specific actions in an application without having to open the full application......
fUncompress (Example)
Usage example of the fUncompress function
HMergeView (Example)
Usage example of the HMergeView function
HChangeName (Example)
Usage example of the HChangeName function
fDelete (Example)
Usage example of the fDelete function
JSONToVariant (Example)
Usage example of the JSONToVariant function
GglAddressToCoordinates (Function)
Retrieves the coordinates (latitude/longitude) of an address....
Web Component control events
The following events appear by default in the WEBDEV code editor...
WBAdminCreateAccount (Function)
Creates a WEBDEV account on a WEBDEV Application Server.
Events associated with Check Box controls
List of events associated with Check Box controls...
docFragment (Variable type)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
CaptionHTML (Property)
The CaptionHTML property is used to handle text as HTML code.
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
Event (Example)
Usage example of the Event function
HListItem (Example)
Usage example of the HListItem function