|
|
|
|
|
|
|
|
|
|
|
|
|
|
| WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers. |
|
|
|
|
|
|
|
| The Diagram Editor includes many features accessible via...... |
|
|
|
|
|
|
|
| The Color type is used to define the advanced characteristics of a WLanguage color. |
|
|
|
|
|
|
|
| The Sorted property is used to:
Determine whether a control is sorted.
Sort a control or not.... |
|
|
|
|
|
|
|
| The NewLine property is used to determine:
in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX.
in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX.
in an Organizer control, whether an appointment was created via the popup menu.
in a Scheduler control, whether an appointment was created via the popup menu.... |
|
|
|
|
|
|
|
| Deletes the duplicates from an array. |
|
|
|
|
|
|
|
| The FOR EACH statement is used to perform different types of browse on the arrays... |
|
|
|
|
|
|
|
| Returns the list of parameters saved from the stored procedures on the server. |
|
|
|
|
|
|
|
| Opens the default Phone application and dials the specified number. |
|
|
|
|
|
|
|
| The BrowsedItem property is used to:
Get the item used to automatically loop through table, Looper, List Box, ListView, and Combo Box controls, supercontrols, and reports based on tables.
Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on tables. Then, the iteration is reinitialized.... |
|
|
|
|
|
|
|
| Adds or inserts a new worksheet into an Excel document. |
|
|
|
|
|
|
|
| Used to get various information about the battery (main or secondary) of the device on which the application is running. |
|
|
|
|
|
|
|
| MyReport is used to handle the current report... |
|
|
|
|
|
|
|
| Calls an external server URL that returns data in JSON format (JavaScript Object Notation). |
|
|
|
|
|
|
|
| Internal components in practice... |
|
|
|
|
|
|
|
| Prints a report created with the report editor. |
|
|
|
|
|
|
|
| Converts a numeric value (integer, real or currency) to a string according to a specified format. |
|
|
|
|
|
|
|
| Transforms the mouse cursor into hourglass (and conversely).
In Android and iOS, displays an endless progress bar in a window.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|