ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CursorDisplay (Function)
Displays or hides the mouse cursor.
HourGlass (Function)
Transforms the mouse cursor into hourglass and vice versa.
In Android and iOS, displays an endless progress bar in a window.
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.
CursorPos (Function)
Returns and modifies the position of the mouse cursor.
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.
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.
Customizing the User Groupware
Events associated with the cells of the status bars
WINDEV manages the following events by default:...
Appendix 1: WEBDEV vocabulary
Bloque entièrement ou partiellement un fichier externe....
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
Events associated with a Slider control (WEBDEV)
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.
fGraphicFilter (Function)
Returns the list of image formats supported by the current platform, in the format expected by the filter of fSelect.
Events associated with a Switch control
Events associated with the controls of a report
The events associated with the controls of a report are as follows......
Events associated with supercontrols
List of events associated with supercontrols...
The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications and sites......
iHLine (Function)
Prints a horizontal line at specified coordinates.
iVLine (Function)
Prints a vertical line at specified coordinates.
Events associated with a Gantt Chart column
Handling a chart in the editor
In the editor, a Chart control includes different sections......
InputMask (Type of variable)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
DnDEvent (Example)
Usage example of the DnDEvent function
DnDCursor (Example)
Usage example of the DnDCursor function
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
iSkipLine (Function)
Forces one or more line break.