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.
ReplicInitialize (Function)
Initializes or reinitializes a replication defined by the replication editor (ReplicEdit).
Social network: Available targets
This page presents the different possibilities of Social Network control according to the selected options......
fDir (Function)
Finds a file or directory.
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
Multiline strings
To type character strings over several lines in the code editor...
Sound (Function)
Plays a sound in WAV format.
HModifyFileProperty (Function)
Modifies the properties of an HFSQL file located on a server.
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
MCI constants
List of constants used by the MCI functions....
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
dbgSaveMemoryDump (Function)
Saves a dump of memory used by the application.
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
DisplayEnabled (Property)
The DisplayEnabled property is used to: determine whether or not a control or window is refreshed. If the control is displayed, its content is refreshed regularly. refresh a control or window....
ReplicSynchronize (Function)
Synchronizes the data corresponding to a replication.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
HAddUser (Function)
Adds a user to a database.
HSL (Function)
Creates a color from its hue, saturation and lightness.
XMLAddChild (Function)
Adds a child tag into an XML document.
SpeechRecognitionDeleteCommand (Function)
Deletes a voice command previously added with SpeechRecognitionAddCommand.
ExceptionPropagate (Function)
Propagates an exception.