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.
FinNetCurrentVal (Example)
Usage example of the FinNetCurrentVal function
FinPeriodInterest (Example)
Usage example of the FinPeriodInterest function
CaptionHTML (Property)
The CaptionHTML property is used to manipulate text as HTML code.
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
docElement (Variable type)
The docElement type is used to handle each element found in a docParagraph variable.
GPSStopDetection (Function)
Stops the location detection triggered by GPSDetectPosition.
9. Types of standard controls
Types of standard controls...
API (Example)
Usage example of the API function
HErrorDuplicates (Example)
Usage example of the HErrorDuplicates function
fCopyDir (Example)
Usage example of the fCopyDir function
FTPGet (Example)
Usage example of the FTPGet function
fLock (Example)
Usage example of the fLock function
fRemoveDir (Example)
Usage example of the fRemoveDir function
Operations performed on a data file (Data model editor)
The main operations that can be performed on a data file from the data model editor are as follows......
Events associated with Combo Box controls
List of events associated with Combo Box controls...
SensorGetOrientation (Function)
Retrieves the current orientation of the device on one of its 3 axes.
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
SQLExec (Example)
Usage example of the SQLExec function
CallDLL32 (Example)
Usage example of the CallDLL32 function
HorizontalAlignment (Property)
The HorizontalAlignment property is used to get and change the horizontal alignment of a control or text.
VerticalAlignment (Property)
The VerticalAlignment property is used to get and change the vertical alignment of a control or text.
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
PHPExecute (Function)
Calls an external .php script and returns the result in a string.
fUnlock (Example)
Usage example of the fUnlock function