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.
The planes (in a window or in a report)
The planes are used to group the window controls......
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post Office Protocol) in order to retrieve the messages found on this server.
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
HCross (Function)
Crosses a record in a data file.
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
HRestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
Telemetry: Viewing data
To see the results of telemetry data for your applications, WINDEV and WINDEV Mobile propose a telemetry editor......
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
Monitoring robot: Configuring the robot parameters
From the monitor, you can change the configuration options......
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
User Groupware and Native Connector files
An application that works with the User Groupware can be used with a database handled by a Native Connector......
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
SQLLast (Function)
Sets the position on the last row of the query result.
HDescribeLink (Function)
Describes a link between two data files through programming.
fClose (Function)
Closes an external file.
EmailConfigure (Function)
Used to configure the WLanguage functions for email management.
iReset (Function)
Reinitializes the print settings (margins, font, paper format, orientation, ...) stored in the print library.