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.
sListPort (Function)
Returns the list of serial and parallel ports on the computer.
ThreadStopRequested (Function)
Checks if a stop request has been sent to the running thread.
HCheckIndexAsynchronous (Function)
Checks that the data contained in the index file (.NDX file) correctly references the data contained in the HFSQL Client/Server table (.FIC file). This new function is available from WINDEV Suite SaaS 2025 - Update 2....
PDF Reader control functions
The following functions are used to manage PDF Reader controls:...
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
Decode (Function)
Decodes a character string that was encoded by Encode.
dbgEnableLog (Function)
Enables the runtime log programmatically.
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
fMemOpen (Function)
Opens a memory zone shared between several applications.
Position (Function)
Finds the position of a specified string within another string.
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
FinDecreasingRedemption (Function)
Calculates the amortization value of a good over a specific period of time, via the formula for fixed-rate decreasing amortization.
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
HErrorLock (Function)
Used to check whether a lock error occurred.
VideoParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
PostgreSQL Native Connector: Features and notes
Remarks and specific features of Native PostgreSQL Connector......
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Check: Activity of an application
The monitoring robot proposes to check the activity of a WINDEV application......
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
mongoWriteConcern (Variable type)
The mongoWriteConcern type is used to define the level of acknowledgment of receipt requested for the write operations in a stand-alone mongod, in a set of replicas or in fragmented clusters.