ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Generation of a class diagram using reverse engineering
WINDEV, WINDEV Mobile and WEBDEV allow you to create the class diagram of an application using...
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...
Error 1054: 'Ancestor' cannot be used outside the code of a class
Error 1001: The operators: and:: can only be used in the methods of classes
HTMLClassToggle (Function)
Toggles a class in the HTML classes of a control: if the class does not exist, it is added;...
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
Error 1012: The class member is not global: it cannot be accessed from a global method
Error 1013: The access to the member of the class is restricted by a protected inheritance
Error 1014: The access to the member of the class is restricted by a private inheritance
Error 1022: The access to the method of the class is restricted by a protected inheritance
Error 104: 'Dynamic' can only be used for the classes and the Automation objects
Error 1023: The access to the method of the class is restricted by a private inheritance
Error 40: The END statement marking the end of the class declaration is missing
Clone (Function)
Constructs a copy of a class instance: An object of the actual class of the class instance...
HTMLClassDelete (Function)
Deletes a class from the HTML classes of a control.
HTMLClassAdd (Function)
Adds a class into the HTML classes of a control.
Error 1011: To access the global member of the class, use ClassName::MemberName
Error 1035: A class used in a structure must have a constructor without parameter...
Error 1036: A class used in an array must have a constructor without parameter
Associated (Property)
The Associated property determines if an element belongs to the base class or to an associated...
OOP concepts
A class contains the description of a data structure (members) and the processes (methods)...
Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs...
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called...
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called...
1
2
3
4
5
6
16
>