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.
DescribedDirectory (Property)
The DescribedDirectory property is used to manage the physical directory of HFSQL files.
JSProperty (Function)
Used to handle specific features on the objects found in the current page.
LooperDisplay (Function)
Refreshes a Looper control based on a data file from a given position: the modifications performed in the linked file are applied to the looper.
LooperCount (Function)
Returns the number of rows in a Looper control.
DDESend (Function)
Sends a data to the program connected via DDE.
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
AutomationParameter (Function)
Configures the management of accesses to the ActiveX objects and to the Automation objects.
PostMessage (Function)
Sends a Windows message to a control or to a window.
OLEPlay (Function)
Used to: retrieve the list of available operations (other than edit) from a server, perform an operation....
SocketDeny (Function)
Run on the server, this function refuses a request for connection to an existing socket found on the server.
InterfaceModifiableWithReportsAndQueries (Property)
The InterfaceModifiableWitReportsAndQueries property is used to determine if the interface of a report can be modified in Reports & Queries.
Easter (Function)
Returns the date of Easter for the specified year according to the western Christian calendar.
gglOverride (Type of variable)
The gglOverride type is used to define information about event notification overrides.
Properties associated with the cells of the status bars
List of properties associated with the cells of the status bars...
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives......
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found......
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Client application: Running procedures on a server of J2EE services
WINDEV includes several J2EE functions......
IMAP protocol
The IMAP protocol is a standard protocol for managing emails......
FileDisplay (Function)
Displays a file in the browser of Web user.