ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MemcachedAddPrefix (Function)
Adds a value at the start of existing value in the cache for the given key.
FBRequest (Function)
Sends an HTTP request to the Facebook Graph API.
4. Dedicated server or shared server?
The UML model
The main objective of a development team is to create optimized applications, capable of satisfying the ever-changing needs of their users......
WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
ToastDisplay (Function)
Displays a "Toast" message.
HTTPSendForm (Function)
Sends an HTTP form.
Assignment operators
Three assignment operators are available......
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
OrgModify (Function)
Modifies an element in an Organization Chart control.
Materialized view
MemcachedModify (Function)
Modifies a key/value couple in the Memcached cache....
HTTPCookieWrite (Function)
Adds or modifies a cookie in an HTTP request.
MemcachedIncrement (Function)
Increments the value associated with a key.
MemcachedDecrement (Function)
Decrements the value associated with a key. The key is created if it does not exist.
MemcachedCAS (Function)
Modifies the value of a key if this one was not modified.
MemcachedModifyKeyGroup (Function)
Modifies a key/value couple in the Memcached cache on a group of servers....
MemcachedIncrementKeyGroup (Function)
Increments the value associated with a key on a group of servers.
MemcachedDecrementKeyGroup (Function)
Decrements the value associated with a key on a group of servers.
MemcachedCASKeyGroup (Function)
Modifies the value of a key on a group of servers if this one was not modified.
MemcachedAddPrefixKeyGroup (Function)
Adds a value at the start of existing value in the cache for the given key on a group of servers.
<Image>.Resize (Function)
Resizes an image in an Image control.
<Image>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
<Image>.InvertColor (Function)
Inverts the colors in an Image control.