ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Assignment operators
Three assignment operators are available......
OrgModify (Function)
Modifies an element in an Organization Chart control.
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set of Beacons.
<redisConnection>.Publish (Function)
Publishes a message on a Redis broadcast channel.
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:...
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.
<Image>.Resize (Function)
Resizes an image in an Image control.
MemcachedModifyKeyGroup (Function)
Modifies a key/value couple in the Memcached cache on a group of servers....
Toast constants
Returns the two high bytes of an integer....
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.