ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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)...
.NET object
To access a class......
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Creating a model class
In MVP projects, you need to create a base class (MBase if you're using the RAD tool for MVP applications)......
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......
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
Classes, members, methods and properties
A class is made of......
The use of the Automation type in a site is reserved for the advanced users
HTMLClassDelete (Function)
Deletes a class from the HTML classes of a control.
The structure of the RAD patterns (kept for backward compatibility)
...The RAD pattern files (MDL files) are used to describe:...
HTMLClassAdd (Function)
Adds a class into the HTML classes of a control.
Generation of a class diagram using reverse engineering
WINDEV, WINDEV Mobile and WEBDEV allow you to create the class diagram of an application using reverse engineering (files "......
Generating a class diagram
The generation is used to create the WINDEV classes ("......
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....