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.
<Map>.FollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
5. HFSQL Client/Server
A WINDEV Mobile application can also use an HFSQL database in Client/Server mode....
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
Configuring the assisted universal replication
If your application uses the assisted universal replication via a file......
Native MariaDB Connector: Programming with SQL functions
The SQL functions can be used to handle the MariaDB database......
How to save and retrieve an image in a binary memo
Native MySQL Connector: Programming with SQL functions
The SQL functions can be used to handle the MySQL database......
dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
TestOnError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
TestError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
WDReplic: Overview
WDReplic is a tool used to manage the replication of data between several computers that use the same application......
Playing a video with the MCI functions
MCI functions are used to easily handle the media files......
ListMoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
<List Box>.MoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
<Variable Drive>MoveFile (Function)
Moves a file present in an Drive directory to another directory on this Drive (remote disk).
DriveMoveFile (Function)
Moves a file present in an Drive directory to another directory on this Drive (remote disk).
Component diagram
A component diagram shows the physical and static architecture of a system software......
External language: Programming in Java
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
FullScreen (Function)
Enables or disables the full-screen mode in the applications in Universal Windows 10 App mode.
ListViewMode (Property)
The ListViewMode property is used to: Find out the display mode of a ListView control. Modify the display mode of a ListView control....
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......