ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.InfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
HInfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
<Connection>.InfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
Opening a help file (CHM, HTML or PDF)
There are several ways to open a help file......
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
Error 4: A space is required after the ':' character
Customizing the errors
The WEBDEV administrator (Development version) is used to customize the error messages of a WEBDEV site......
<HFSQL connection>.RSRenameServer (Function)
Changes the DNS name of the replication server if it has a new name.
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
MaxButtonWidth (Property)
The MaxButtonWidth property is used to get and set the maximum width of a button in a tab pane.
Skin template
WINDEV, WEBDEV and WINDEV Mobile allow you to customize the interface of your applications via several preset interfaces......
Manipulating a Layout control programmatically
A Layout control can be......
Table,Save (External language)
Updates or adds a record in the data file linked to the Table control.
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
Automatic data file modification
The automatic data file modification updates the description of data files on user computers......
Manager of automated tests
The test manager is used to......
Creating an RSS reader
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......
Creating an RSS stream
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......
MongoAdd (Function)
Adds one or more documents into a collection of MongoDB database.
<mongoCollection variable>.Add (Function)
Adds one or more documents into a collection of MongoDB database.
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
<WDPic variable>.DrawLine (Function)
Draws a line in a WDPic variable.