ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTMLClassToggle (Function)
Toggles a class in the HTML classes of a control: if the class does not exist, it is added; if the class already exists, it is deleted.
Generating a class diagram
The generation is used to create the WINDEV classes ("......
Error 1014: The access to the member of the class is restricted by a private inheritance
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
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
HCloseAnalysis (Function)
Closes the current database schema (or all current database schemas in the case of a project with multiple database schemas).
<redisConnection variable>.Disconnect (Function)
Closes 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.
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......
WEBDEV and Tailwind CSS
Tailwind CSS is an open source CSS framework......
Error 1013: The access to the member of the class is restricted by a protected inheritance
Use case diagram
A use case diagram is used to view the behavior of a system in such way that......
Error 4: A space is required after the ':' character
"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......
The "Code" pane
The "Code" pane is used to handle the procedures (local and global procedures) and the classes found in the current project ("Global procedures", "Local procedures" and "Classes" options)......
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)......
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL table or query.
1
2
3
4
5
6
181
>