ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
AppointmentList (Function)
Lists the appointments found on the mobile device (Android/iOS) and corresponding to the specified criteria....
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
ContactSelect (Function)
Displays the list of contacts found on the device (Android, iPhone or iPad, Universal Windows).
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
Merging differences (SCM)
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
DeclareAWPContext (Function)
Used to declare a list of variables whose value will be persistent between the successive displays of Active WEBDEV Pages.
EmailStatus (Function)
Returns the status of an email sent via an SMTP session started in asynchronous mode.
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
GetCountryList (Function)
Returns the list of countries according to the ISO 3166-1 standard.
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
13. Print: Reports
WINDEV reports...
MultimediaPosition (Function)
Returns or modifies the current position of the media file currently played in the Multimedia control.
Sharing elements with a WINDEV application
MultimediaHeight (Function)
Returns the height (in pixels) of the source image of the multimedia file played in the Multimedia control.
MultimediaWidth (Function)
Returns the width (in pixels) of the source image of the multimedia file played in the Multimedia control.
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
"WEBDEV Application Server" license agreement
"WEBDEV Application Server" license agreement...
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
mongoGridFS (Type of variable)
The mongoGridFS type is used to define the advanced characteristics of a file system for a MongoDB database.
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).