ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Error 17: OTHER CASE must be the last statement used in SWITCH
WebserviceWriteMIMEType (Function)
Indicates the MIME type of the response returned by the Webservice (case of a call to a REST Webservice).
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.
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
Log-based replication: Programming the log-based replication in WLanguage
Several WLangage functions allow you to include log-based replication in your application and to customize it......
MemcachedAssign (Function)
Modifies a key/value couple in the Memcached cache: If the key exists, the value is modified. If the key does not exist, the key/value couple is added....
Error 2: Incomplete line
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV site......
10. UMC: User Macro-Code
Repairing the project
In some cases, "Project......
Error 1001: The operators: and:: can only be used in the methods of classes
MemcachedAssignKeyGroup (Function)
Modifies a key/value couple in the Memcached cache on a group of servers: If the key exists, the value is modified. If the key does not exist, the key/value couple is added....
Operations performed on use case diagrams
The following paragraphs explain......
Error 16: Incompatible CASE
Error 1008: The member of the class is protected
Error 1009: The member of the class is private
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
Access rights to a class property
A property is a code element that includes two processes......
How to choose the data source of a control?
This help page presents the different data sources available for a control....
Error 1045: A class cannot be declared outside the declaration code of a class
Local storage management functions
The following functions are used to manage the local storage of data in browser code....
Error 1023: The access to the method of the class is restricted by a private inheritance
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
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)....
Error 1013: The access to the member of the class is restricted by a protected inheritance
1
2
3
4
5
6
250
>