ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AdditionalParameters (Property)
The Property Additional Parameters allows you to specify additional parameters in the authentication chain.
Setting up a WEBDEV cluster
With the WEBDEV Application Server in version 27, you can create server clusters with ease......
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
ListViewMode (Property)
The ListViewMode property is used to: Find out the display mode of a ListView control. Modify the display mode of a ListView control....
Question edit wizard
When typing a new message intended to the end user, WINDEV or WINDEV Mobile automatically displays the following window......
REP files
REP files contain the list of data files handled by the application....
WDHFDiff - Use
WDHFDiff is used to compare......
LatestDateCovered (Property)
The LatestDateCovered property is used to get the date of the last selected record. This property can be used on: a sfSeekUpdatedResult variable. a sfSeekDeletedResult variable]....
<Menu>.AddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
<Source>.ReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
XMLParent (Function)
Positions on the parent element of current element (tag or attribute).
AutomaticValidationDuration (Property)
The DurationValidation property automatic allows you to define the delay in seconds before validation automatic of the visit steps.
Label report
The report editor allows you to create "Label" reports......
WDTrans: Overview
WDTrans is a tool for canceling transactions......
EmulateYesNo (Function)
Emulates the next call to YesNo and automatically clicks the button specified in parameter.
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
EmulateConfirm (Function)
Emulates the next call to Confirm and automatically clicks the button passed in parameter.
EmulateDialog (Function)
Emulates the next call to Dialog and automatically clicks the button passed in parameter.
EmulateOKCancel (Function)
Emulates the next call to OKCancel and automatically clicks the button passed in parameter.
SchedulerListAppointment (Function)
Returns: the list of appointments found between two dates in a Scheduler control, all the appointments found in a Scheduler control, a specific appointment (selected or hovered)....
Functions for managing Map controls (prefix syntax)
The following functions are used to manage Map controls via prefix syntax...
3. Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another....
Handling controls in a report
The different operations available for the report controls are as follows......
DocGoIntoEdit (Function)
Enters in edit in the Word Processing control in a specific document section: body, header or footer.
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......