ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CursorPos (Function)
Returns and modifies the position of the mouse cursor.
MouseCursor (Property)
The MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page.
EditCaret (Function)
Modifies the standard hover cursor for all the edit controls of the application.
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
Message (Property)
The Message property is used to: Find out the help message associated with a control or with a menu option (in a window). Modify the help message associated with a control or with a menu option (in a window)....
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
Events associated with Button controls
List of events associated with Button controls...
Properties associated with windows, pages and controls
List of properties associated with windows, pages and controls...
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
SchedulerInfoXY (Function)
Returns the appointment, the resource or the date found at given position in a Scheduler control.
Multitask (External language)
Allows the programs currently run to process the Windows messages or runs a temporization.
dPixelOpacity (Function)
Identifies the opacity of a pixel in an image that has an Alpha channel. This image can be: an Image control, an Image variable, a WDPic variable (on the background layer), a picLayer variable....
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window or page......
dFill (Example)
Usage example of the dFill function
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......
Image (Property)
The Image property gets and sets the background image of a control or block.
Event (Example)
Usage example of the Event function
Project Management Hub: Gantt chart
The Project Management Hub is used to follow the tasks of one or more contributors via......
Association in a CDM
In a CDM (Conceptual Data Model), the associations are used to link the entities between themselves......
Comparing controls
In some cases, you may need to compare two controls in one or more windows or pages......
Miscellaneous Windows constants
List of constants used by the Windows functions....
Code history
The code history is used to......
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
docColumn (Type of variable)
The docColumn type is used to define the advanced characteristics of a table column found in a Word Processing document.
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...