ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MouseCursor (Property)
The MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page.
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.
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.
EditCaret (Function)
Modifies the standard hover cursor for all the edit controls of the application.
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.
CursorDisplay (Function)
Displays or hides the mouse cursor.
Management of Google contacts (prefix syntax)
Google Contacts is used to manage contacts on the Internet......
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
User Groupware: Multilingual applications
If your application is multilingual, it is also necessary to manage multilingualism in the User Groupware windows/pages......
SCM: Repository versions
There are different versions of the SCM repository......
Google Contacts functions
List of functions for managing Google contacts...
Unicode in character strings
The Unicode format is an encoding system that assigns a unique number to each character....
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
Characteristics of a PCL print
The result of a PCL print mainly depends on the technical features of the printer used (management of images and lines, management of fonts, ......
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
Error 1007: The member is global: use the: operator: to access it
Error 1018: The method is global: use the: operator: to access it
The Thumbnail control
The Thumbnail control is used to automatically manage the display of images in thumbnail format......
10. Internal component
Internal component...
11. User Macro-Code: UMC in practice
19. Sending emails
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
Sharing internal components (via SCM)
An internal component is a set of elements from a project......
Command (Variable type)
The Command type defines all the advanced characteristics of a command used for an executable file.
The requested action cannot been performed: the page was not synchronized
<Connection variable>.TransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.