ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
Toolbar and menu of the SCM
The different options of the SCM can be handled via the SCM toolbar or the options of a specific menu ("SCM" from the main menu of the product used)......
.NET object
To access a class......
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
Automation object
The Automation keyword is used to declare an automation object...
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
Diagram (Type of variable)
The Diagram type is used to define all the advanced characteristics of a diagram that can be edited in the Diagram Editor control.
redisConnection (Type of variable)
The redisConnection type is used to define all the advanced characteristics of a connection to a Redis server (or cluster).
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
WDMSG license agreement
WDMSG license agreement...
gglAuthor (Type of variable)
The gglAuthor type is used to identify the author of a Google element...
HFSQL Client/Server database: Recommendations
This help page presents the main recommendations for optimizing the security and performance of an HFSQL Client/Server database according to the constraints and desired features......
Application : automatically executed processes / events
Several actions are automatically performed when opening or closing an application....
Check: Test of a WLanguage code
The monitoring robot is used to compile and run the WLanguage code entered......
mongoGridFS (Type of variable)
The mongoGridFS type is used to define the advanced characteristics of a file system for a MongoDB database.
Error 120: Redefinition of the structure
mongoWriteConcern (Type of variable)
The mongoWriteConcern type is used to define the level of acknowledgment of receipt requested for the write operations in a stand-alone mongod, in a set of replicas or in fragmented clusters.
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
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......
Enumeration (Type of variable)
An enumeration is a set of values......