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.
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
12. External component in practice
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
dbgConnect (Function)
Used to connect a remote debugger to an application, service, Webservice, etc.
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
Installing a SOAP server with Apache
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
aiImageResult (Type of variable)
The aiImageResult type is used to retrieve the result of AIDetect.
Brochure of new features: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
Operator on Address
The & operator returns the address of a variable as an integer
Project managers: How to manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
User Groupware and Client/Server data files
An application that uses the user groupware can be used with a HyperFileSQL database in Client/Server mode......
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
Setup for WINDEV and WEBDEV (Development version and WEBDEV Application Server for Windows)
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
InsertColumn (Function)
Inserts a column at a given position into an advanced two-dimensional array property (xlsDocument, ...).
geoTrackingProcedure (Function)
Defines the WLanguage procedure that will be called when the location of the user changes.
fRemoveDir (Function)
Deletes a directory from a disk.