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.
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.
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
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......