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.
BTLEConnect (Function)
Used to connect to a Bluetooth Low Energy device.
12. Synchronizing data
NbItem (Property)
The NbItem property is used to get the total number of items (including composite keys) in a record of: a file described in the data model editor, a file described programmatically, an HFSQL view, a query....
SortType (Property)
The SortType property is used to: Find out the sort direction defined for an item or for a component of a composite key. This item was defined in the data model editor or programmatically. Define the sort direction for an item or for a component of a composite key (when describing the item through programming)....
ExplorerRetrieve (Function)
Retrieves the number and the name of the files "dropped" from the explorer.
Window management functions
List of functions for managing windows...
InitParameter (Function)
Initializes the management of persistent values.
MenuLabel (Function)
Gets or changes the label of a menu option (context or drop-down menu).
RegistryCreateKey (Function)
Creates a key in the Windows registry.
Reinitializing the parameters automatically saved
WINDEV allows you to automatically save the different application parameters......
grMask (Function)
Formats the data displayed by grLabel or by grTooltip.
SocketExist (Function)
Checks the existence of socket.
EmailCurrentFolder (Function)
Returns the name of current folder in the messaging software (Outlook, messaging software using the IMAP protocol (Internet Message Access Protocol), ...).
HListProvider (Function)
Returns the list of OLE DB providers and/or Native Connectors installed on the current computer....
MobileNetworkConnectionInfo (Function)
Returns information regarding the current connection to data on the mobile network.
CheckUserIDentity (Function)
Allows you to check the real identity of the current user via biometrics check.
ListInfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
DriveUploadDirectory (Function)
Envoie un répertoire (présent sur la machine de l'utilisateur) vers un disque distant....
Setup directory
The setup wizard allows you to configure the setup directory of application....
ListSort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
Procedure description (Type of variable)
The Procedure Description type is used to get information about a procedure or a method.
InfoVersion (Type of variable)
The InfoVersion type is used to find out the characteristics of a specific application version.
Accessing an LDAP directory
An LDAP directory is used to share information databases on a local or external network....
The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files found in a database......
ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.