ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EnumElement (Function)
Enumerates project elements: windows, pages, reports, queries, etc.
Page templates
WEBDEV allows you to create page templates...
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
MyReport (Reserved word)
MyReport is used to handle the current report...
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......
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
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......
Android Control Center
Do you know where to find your application log files?...
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).
Query editor: Characteristics
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.