ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Class (Property)
The Class property is used to get the actual type of the class instance handled by an object, variant or dynamic object variable.
Error 1018: The method is global: use the: operator: to access it
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format......
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Access rights to a class property
A property is a code element that includes two processes......
Error 1001: The operators: and:: can only be used in the methods of classes
Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs are organized as sets of objects......
"Is Class" operator
The "is <Class>" operator is used to find out whether the object used in an object of the class (or an object of one of its derived classes)...
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
Error 1021: The method of the class is not global
Error 121: Shadowing a structure
Dynamic instantiation of object
An object can be dynamically associated with a class, we talk of dynamic instantiation of object......
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
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......
JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.
1
2
3
4
5
6
185
>