|
|
|
|
|
|
|
|
|
|
|
|
|
|
| From version 21, WINDEV proposes advanced statistics regarding the use of your WINDEV applications via the telemetry...... |
|
|
|
|
|
|
|
| WEBDEV includes different WLanguage functions and properties to manipulate Context Menu controls programmatically...... |
|
|
|
|
|
|
|
| The events associated with the controls of a report are as follows...... |
|
|
|
|
|
|
|
| Automatically initializes:
the values of a table's items in memory with the values from the controls in the window.
the value of the WLanguage variables with the value of the window controls.
This function is also available for WEBDEV pages.... |
|
|
|
|
|
|
|
| Switches the current Android application to kiosk mode. |
|
|
|
|
|
|
|
| Inserts a row into a Looper control. |
|
|
|
|
|
|
|
| Converts the coordinates of a point (expressed in millimeters) into system coordinates. |
|
|
|
|
|
|
|
| Converts the coordinates of a point (expressed in system coordinates) into millimeters. |
|
|
|
|
|
|
|
| Synchronizes the data corresponding to a replication. |
|
|
|
|
|
|
|
| Allows you to:
get the screen orientation of the device (Android, iOS or Universal Windows phone).
set the screen orientation of the device (Android phone).... |
|
|
|
|
|
|
|
| Inserts a new internal window in the list of internal windows used by an Internal Window control. |
|
|
|
|
|
|
|
| Calculates the sum of the array elements. |
|
|
|
|
|
|
|
| Creates a character string from the data found in a Table or TreeView Table control.... |
|
|
|
|
|
|
|
| Several print modes are available for a report.... |
|
|
|
|
|
|
|
| Reads a persistent value. |
|
|
|
|
|
|
|
| Converts all characters in a string to lowercase according to the region settings defined in Windows. |
|
|
|
|
|
|
|
| Performs a rotation:
of an Image control.
of an Image variable.
of a picLayer variable.... |
|
|
|
|
|
|
|
| Inverts the colors:
in an Image control,
in an Image variable,
in a WDPic variable (on the background layer),
in a picLayer variable.... |
|
|
|
|
|
|
|
| Deletes an element at a given position:
from a one-dimensional WLanguage array.
from an advanced array property (array of gglCalendar events, etc.).
from an associative array.
from a WLanguage list.... |
|
|
|
|
|
|
|
| Converts:
a UNICODE string to ANSI (Windows).
a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows).... |
|
|
|
|
|
|
|
| Used to lock:
The entire data table, in read and write mode. Its data cannot be accessed by other computers.
The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example.... |
|
|
|
|
|
|
|
| Assigns the specified value to an item of the current record. |
|
|
|
|
|
|
|
| Copies the attachment of current email onto the user computer (locally). |
|
|
|
|
|
|
|
| Declares a query created in the query editor to the HFSQL engine and runs this query. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|