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.
StrikeOut (Property)
The StrikeOut property is used to: Determine whether the strikethrough formatting is applied to a Font variable. Apply strikethrough formatting to a Font variable....
grTimeLevelMask (Function)
Defines the display mask for a level of time scale in a chart.
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
Android Widget windows
An Android application can contain one or more Widget windows......
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
TwainToPDF (Function)
Allows you to: save the document coming from the Twain device in a PDF file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in PDF format (in a buffer)....
fMoveDir (Function)
Moves a directory and its content.
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
13. External component in practice
External component in practice...
12. External component in practice
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
Project Management Hub: Statistics
When managing a project, you must keep track of some indicators to understand the evolution of the project, its schedule, ......
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
ThreadPersistent (Function)
Makes a thread persistent.
FolderData (Function)
FolderData is kept for backward compatibility.
First project window
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......