|
|
|
|
|
|
|
Blends two images together. This allows you to create fade-in effects between 2 images. |
|
|
|
|
|
|
Creates a connection to an Drive OneDrive. |
|
|
|
|
|
|
Searches for elements whose "name" attribute matches a specific value in an HTML document (or in an HTML node). |
|
|
|
|
|
|
Continuing to run a process when the application is in background is very useful on mobile...... |
|
|
|
|
|
|
Disables the visual effects of the graphic engine of WINDEV (for a use in TSE mode for example). |
|
|
|
|
|
|
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account. |
|
|
|
|
|
|
Refreshes a user's OAuth2 token when it expires.... |
|
|
|
|
|
|
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause. |
|
|
|
|
|
|
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example).... |
|
|
|
|
|
|
Three assignment operators are available...... |
|
|
|
|
|
|
Organizer controls can be handled programmatically.... |
|
|
|
|
|
|
Modifies an element in an Organization Chart control. |
|
|
|
|
|
|
Notifies the application when the device enters or leaves the transmission range of a set of Beacons. |
|
|
|
|
|
|
Modifies a key/value couple in the Memcached cache.... |
|
|
|
|
|
|
Adds a value at the start of existing value in the cache for the given key. |
|
|
|
|
|
|
Increments the value associated with a key. |
|
|
|
|
|
|
Decrements the value associated with a key. The key is created if it does not exist. |
|
|
|
|
|
|
Modifies the value of a key if this one was not modified. |
|
|
|
|
|
|
Modifies a key/value couple in the Memcached cache on a group of servers.... |
|
|
|
|
|
|
Increments the value associated with a key on a group of servers. |
|
|
|
|
|
|
Decrements the value associated with a key on a group of servers. |
|
|
|
|
|
|
Modifies the value of a key on a group of servers if this one was not modified. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|