ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
MemcachedDelete(Function)
Deletes a key from the Memcached cache.
CacheSize (Property)
The CacheSize property is used to: Get the maximum number of records that can be stored in the cache of the Native MySQL Connector. Change the maximum number of records that can be stored in the cache of the Native MySQL Connector....
MemcachedDeleteKeyGroup (Function)
Deletes a key from the Memcached cache on a group of servers.
MemcachedModify (Function)
Modifies a key/value couple in the Memcached cache....
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
MemcachedAdd (Function)
Adds a new key/value couple into the Memcached cache....
The use of the Automation type in a site is reserved for the advanced users
MemcachedAddSuffix (Function)
Adds a value at the end of existing value in the cache for the given key.
MemcachedAddPrefix (Function)
Adds a value at the start of existing value in the cache for the given key.
MemcachedModifyKeyGroup (Function)
Modifies a key/value couple in the Memcached cache on a group of servers....
MemcachedAddKeyGroup (Function)
Adds a new key/value couple into the Memcached cache on a group of servers....
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
MemcachedAddPrefixKeyGroup (Function)
Adds a value at the start of existing value in the cache for the given key on a group of servers.
MemcachedAddSuffixKeyGroup (Function)
Adds a value at the end of existing value in the cache for the given key on a group of servers.
SysCacheExternalStorage (Function)
Returns the path of directory that will be used to store the data in cache on the external storage space of application.
Error 4: A space is required after the ':' character
fCacheDir (Function)
Returns the path of directory that will be used to store the data in cache on the internal storage space of application.
Java application and WINDEV
A Java application is an application entirely compiled in Java......
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
CtCacheSize (Property)
The CtCacheSize property is used to determine and change the maximum number of records that can be stored in the cache of the Native MySQL Connector.
Error 17: OTHER CASE must be the last statement used in SWITCH
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......