ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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).
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
iPageEnd (Function)
Forces the move to the next page during the report print.
iPageNum (Function)
Returns or initializes the number of the page currently printed.
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
SensorDetectChangeAcceleration (Function)
Notifies when acceleration forces are applied to the device along any of the three axes.
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
AppleSignIn (Function)
Used to implement authentication via "Sign In with Apple" on devices running on iOS 13 and higher.
grDestinationEMF (Function)
Defines a meta file as chart destination (EMF means Enhanced Meta File).
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.
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
Using Kotlin code
Kotlin is a programming language mainly used for Android development......