ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CursorPos (Function)
Returns and modifies the position of the mouse cursor.
EditCaret (Function)
Modifies the standard hover cursor for all the edit controls of the application.
HourGlass (Function)
Transforms the mouse cursor into hourglass and vice versa.
In Android and iOS, displays an endless progress bar in a window.
CursorDisplay (Function)
Displays or hides the mouse cursor.
MouseXPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.) returns the horizontal position (X) of the mouse cursor in relation to the field or window in question.
CursorCapture (Function)
Directs all the events associated with the mouse toward a specific window or control, regardless of the screen object where the mouse event occurs.
MouseCursor (Property)
The MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page.
MouseYPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.), returns the vertical position (Y) of the mouse cursor in relation to the field or window in question.
InMinutes (Property)
The InMinutes property is used to convert a Duration variable to minutes.
xlsCurrentWorksheet (Function)
Used to find out and modify the current worksheet in an XLS file.
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
CurrentYear (Function)
Returns the current year in integer format.
iGroupAdd (Function)
Adds a report to a group of reports.
KeyType (Property)
The KeyType property is used to set the characteristics of a key item.
DefaultValue (Property)
The DefaultValue property is used to: Find out the default value of an item. This item was defined in the data model editor or through programming. Define the default value of an item (when describing the item through programming)....
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
Manager of automated tests
The test manager is used to......
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.
ON (Reserved word)
The ON keyword is used exclusively in the automated tests generated by WINDEV and WEBDEV.
HPriority (Function)
Finds out and modifies the priority of the calling application.
LDAP constants
List of constants used by the LDAP functions....
ContactSelect (Function)
Displays the list of contacts found on the device (Android, iPhone or iPad, Universal Windows).
SchedulerDeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
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)....
Stemming (Property)
The Stemming property is used to enable stemming and to define the language used for stemming in a full-text index defined through programming.
SpeechSynthesisStop (Function)
Stops all the current read operations on the engine for speech synthesis.
emailHeader (Type of variable)
The emailHeader type is used to retrieve or define the additional email headers.
fDeleteFileWebFolder (Function)
Deletes an image file from the "_WEB" directory of the application (or from one of its sub-directories).
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
JSMethod (Function)
Used to run a JavaScript method on an element found in the current page.