ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Toast constants
Returns the two high bytes of an integer....
ThreadExecute (Function)
Starts the execution of a secondary thread.
FileToURI (Function)
Saves the contents of a file to a resource identified by its URI.
MemcachedAddPrefix (Function)
Adds a value at the start of existing value in the cache for the given key.
Certificate functions
The following functions are used to handle the certificates:...
Materialized view
...A materialized view is a physical data source defined by an SQL query....
MemcachedAddPrefixKeyGroup (Function)
Adds a value at the start of existing value in the cache for the given key on a group of servers.
MemcachedIncrementKeyGroup (Function)
Increments the value associated with a key on a group of servers.
<Image>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
MemcachedIncrement (Function)
Increments the value associated with a key.
Assignment operators
Three assignment operators are available......
MemcachedModifyKeyGroup (Function)
Modifies a key/value couple in the Memcached cache on a group of servers....
<redisConnection>.Publish (Function)
Publishes a message on a Redis broadcast channel.
MemcachedCASKeyGroup (Function)
Modifies the value of a key on a group of servers if this one was not modified.
ModbusReadFloat (Function)
Reads one or more single-precision floats from a Modbus slave, starting at a specific address.
<Image>.InvertColor (Function)
Inverts the colors in an Image control.
<redisConnection>.Set (Function)
Changes the value of a key on a Redis server.
Manipulating Organizer controls programmatically
Organizer controls can be manipulated programmatically....
MemcachedCAS (Function)
Modifies the value of a key if this one was not modified.
<redisConnection>.Subscribe (Function)
Subscribes to a Redis broadcast channel.
Toast functions
The TopMargin property sets the top margin of an element....
HTTPSendForm (Function)
Sends an HTTP form.
<redisConnection>.Get (Function)
Gets the value of a key from a Redis server as a string.
MemcachedDecrement (Function)
Decrements the value associated with a key. The key is created if it does not exist.
MemcachedModify (Function)
Modifies a key/value couple in the Memcached cache....