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....
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
Error 4: A space is required after the ':' character
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
MemcachedDelete(Function)
Deletes a key from the Memcached cache.
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
The use of the Automation type in a site is reserved for the advanced users
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....
Error 1029: The access to the base class is restricted by a protected inheritance
Error 1030: The access to the base class is restricted by a private inheritance
MemcachedAdd (Function)
Adds a new key/value couple into the Memcached cache....
MemcachedAddSuffix (Function)
Adds a value at the end 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....
MemcachedAddPrefix (Function)
Adds a value at the start of existing value in the cache for the given key.
MemcachedAddKeyGroup (Function)
Adds a new key/value couple into the Memcached cache 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.
MemcachedAddPrefixKeyGroup (Function)
Adds a value at the start of existing value in the cache for the given key on a group of servers.
Java application and WINDEV
A Java application is an application entirely compiled in Java......
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
fCacheDir (Function)
Returns the path of directory that will be used to store the data in cache on the internal storage space of application.
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 1054: 'Ancestor' cannot be used outside the code of a class