ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
25. Performing a process on several successive pages
Performing a process on several successive pages...
Importing a CSS style sheet
WEBDEV allows you to import a CSS style sheet into a WEBDEV project......
Generation of a class diagram using reverse engineering
WINDEV, WINDEV Mobile and WEBDEV allow you to create the class diagram of an application using reverse engineering (files "......
Object diagram
An object diagram represents a set of objects and how they relate to each other at a certain moment in time......
iForceComplement (Function)
Forces the printing of a Body Complement block.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
FTPConnect (Example)
Usage example of the FTPConnect function
The Looper control
A Looper control is used to repeat the controls found in a specific area......
Icon
The "Icon" keyword corresponds to the Icon type, or to the Icon property.
IWListDisplay (Function)
Refreshes the display of an "Internal window" control with automatic iteration on a data file or query.
NbComponent (Property)
The NbComponent property is used to get the number of elements in a composite key.
NotifAdd (Function)
Adds a notification into the system bar of device (Android) or into the notification center (iOS).
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...
ErrorWithTimeout (Function)
Displays a custom error message in a system error window for a set amount of time.
Report viewer: "Annotate" tab
Does your application allow you to print several reports? The end user has the ability to write annotations from the report viewer......
Constant
The constants are language elements whose value is fixed once and for all...
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......
Weight (Property)
The Weight property is used to manage the weight of an element in a TreeMap control.
ContactModify (Function)
Modifies the current contact in a Lotus Notes or Outlook address book.
Tile (Type of variable)
The Tile type is used to defined all the advanced characteristics of a tile for an application in Universal Windows 10 App mode.
WLanguage procedure called by fCopyDir
WLanguage procedure ("callback") called by fCopyDir for each copied file. This procedure is used to handle the current file.
AWP without UI
Bootstrap, Angular, React, Vue......
TableInfoXY (Example)
Usage example of the TableInfoXY function