ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MapDeleteAll (Function)
Deletes the following from a Map control: all markers, all shapes, all images....
Events associated with the project
List of events associated with the project...
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)....
ControlExecuteClosing (Function)
Runs the closing WLanguage event of an office control and displays its confirmation dialog if necessary.
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
ActionAllowed (Property)
The AllowedAction property defines which actions are allowed or not allowed on an element.
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control....
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
Merge (Property)
The Merge property is used to merge the cells of a Table or TreeView Table control.
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
sfUserInfo (Type of variable)
The sfUserInfo type is used to get information about a user...
appServerScheduledTask (Type of variable)
The appServerScheduledTask type is used to manage a scheduled task of WEBDEV Application Server through programming (for a site or a webservice).
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
FontCharset (Property)
The FontCharset property is used to: Find out the character set used by the screen fonts of a control. Modify the character set used by the screen fonts of a control....
Printing in PDF format: Special cases
Specific features of print in PDF format...
The Sliding Banner control
The Sliding Banner control is used to display several contents successively, either automatically, or further to an action performed by the Web user......
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......