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.
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
Constants for managing Windows events
The following constants are used to manage Windows events:...
Events associated with a Rich Text Area control
WEBDEV manages the following events by default (order of appearance in the code editor)......
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
Report editor: options and keyboard shortcuts
Several toolbars are displayed in the report editor......
Events associated with Link controls
List of events associated with Link controls...
Local procedure
Two types of procedures are available......
HFSQL constants
List of constants used by the HFSQL functions....
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
Events associated with Chart controls
List of events associated with the Chart controls...
Events associated with Calendar controls
List of events associated with Calendar controls...
Events associated with Image controls
List of events associated with Image controls...
RulerVisible (Property)
The RulerVisible property is used to: Determine if a playhead is visible in a TimeLine control. Show or hide a playhead in a TimeLine control....
Constants for managing Gantt charts
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
The pages
Pages are the main interface of a WEBDEV site......
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
GanttListTask (Example)
Usage example of the GanttListTask function
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
Edit control properties
You can manipulate Edit controls in a window, page or report using the following WLanguage properties......
3. Layouts
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 3 - Window orientation (layouts) - 15 min
Designing a supercontrol
A supercontrol is an advanced type of control......
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu......