ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
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....
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
fMoveFile (Function)
Moves a file from one directory to another.
Modeling editor: Managing the styles
The modeling editor proposes an advanced management of styles......
WEBDEV license agreement
WEBDEV license agreement...
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......
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
Telemetry: Configuring the WINDEV and WINDEV Mobile applications
To use the telemetry in a WINDEV or WINDEV Mobile application, you must......
SOAPRun (Function)
Runs a procedure on a SOAP server.
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
Error 1011: To access the global member of the class, use ClassName::MemberName
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......
User group settings
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
SOAPAddHeader (Function)
Adds a header to the next SOAP function of a Webservice to run.
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
Error 1017: The method is not global: use: to access it
Pre-launched sessions
A pre-launched session is a session of a Web site (or webservice) automatically started on the Web server from the WEBDEV Application Server......
WLanguage functions available in PHP
Some WLanguage functions are not available in PHP......
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....
Printing in PDF format: Special cases
Specific features of print in PDF format...
Cross-references in the code editor
The cross-references in the code editor are used to identify......
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......