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.
WINDEV Mobile: Overview
WINDEV Mobile is a development environment for PC that allows you to develop......
tapiCompleteTransfer (Function)
Performs a call transfer (with ability to retrieve the call).
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
Access (Property)
The Access property is used to manage the type of access of a connection (HFSQL Client/Server, OLE DB, etc.)....
Scanning a document (via a WIA driver)
Windows Image Acquisition (WIA) is a Windows device driver interface and API that allows applications to scan documents using a scanner......
HTMLAttribute (Property)
The HTMLAttribute property reads and changes the HTML attributes of the control.
Managing accounts
WEBDEV Account Manager allows you to create a deployment account......
WINDEV applications for Linux: Specific features
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
MapPolygon (Type of variable)
The MapPolygon type is used to define the characteristics of a polygon to be drawn on the map displayed in a Map control.
Project comparator
Comparing two windows (two pages, two reports, two classes, ......
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page or report. Get and change the value returned by an option in a Radio Button control....
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
ServiceInstall (Function)
Installs a Windows service or a Linux daemon according to the information given in the members of the Service variable.
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
The Web Camera control
...The Web Camera control is used to view a file that is refreshed at regular time intervals....
ContactCreate (Function)
Displays the window for contact creation of the native application for contact management found on the device (Android, iPhone or iPad, Universal Windows).
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....