ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Category: MVP (Model, View, Presenter)
4 results
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)...
Model - View - Presenter (MVP) F 9
MVP is the acronym for MODEL - VIEW - PRESENTER...
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes...
MVP: Simple single-file example: Table + Linked file
Let's see a simple and illustrated example about the use of MVP to create a Table window with its linked form...