|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Displays or hides the mouse cursor. |
|
|
|
|
|
|
|
Transforms the mouse cursor into hourglass and vice versa. In Android and iOS, displays an endless progress bar in a window. |
|
|
|
|
|
|
|
| Directs all the events associated with the mouse toward a specific window or control, regardless of the screen object where the mouse event occurs. |
|
|
|
|
|
|
|
| Returns and modifies the position of the mouse cursor. |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| 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, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)...... |
|
|
|
|
|
|
|
| Starts a long browser process and fill a Progress Bar via Ajax according to the progress of this process. |
|
|
|
|
|
|
|
| Seeks an element in a memory area:
on the value added by MemAdd or on the value modified by MemModify,
on the return value.... |
|
|
|
|
|
|
|
| Displays a progress bar in the status bar of current window. |
|
|
|
|
|
|
|
| Retrieves the content of a Text Memo column found in the query result, for the current line. |
|
|
|
|
|
|
|
| Initializes the different SQL variables with information relative to the last query run. |
|
|
|
|
|
|
|
| The Type property is used to get:
the type of element (data file or item) defined programmatically or in the data model editor, view or query.
the type of object.
the type of data held in a Variant.... |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites...... |
|
|
|
|
|
|
|
| Validates the modification or addition of the record associated with the current row in the Looper control. |
|
|
|
|
|
|
|
| The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
|
| Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section. |
|
|
|
|
|
|
|
| The compressed files found in an archive can be handled by WDZip...... |
|
|
|
|
|
|
|
| WEBDEV allows you to import Dreamweaver elements into your WEBDEV site...... |
|
|
|
|
|
|
|
| Starts the execution of a process through programming. |
|
|
|
|
|
|
|
| Pauses the current service during the specified duration. |
|
|
|
|
|
|
|
| Describes a full-text index of data file created through programming. |
|
|
|
|
|
|
|
| Adds or modifies a cookie in an HTTP request. |
|
|
|
|
|
|
|
| Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery). |
|
|
|
|
|
|
|
| Returns or modifies the system date (current date and time defined on the current computer). |
|
|
|
|
|
|
|
| WINDEV and WEBDEV propose a Native Connector to SQLite. This Native Connector allows you to access an SQLite database from a WLanguage program without using an external driver.... |
|
|
|
|
|
|
|
| Updates some of the data found in a Pivot Table control from a given date. |
|
|
|
|
|
|
|
| Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled). |
|
|
|
|
|
|
|
| Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled). |
|
|
|
|
|
|
|
| Inserts a row into a Looper control. |
|
|
|
|
|
|
|
| Assigns the specified value to an item of the current record. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|