|
|
|
|
|
|
|
|
|
|
|
|
| Category: MVP (Model, View, Presenter) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| In MVP projects, you need to create a base class (MBase if you're using the RAD tool for MVP applications)... |
|
|
|
|
|
|
|
| MVP is the acronym for MODEL - VIEW - PRESENTER... |
|
|
|
|
|
|
|
| WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes... |
|
|
|
|
|
|
|
| Let's see a simple and illustrated example about the use of MVP to create a Table window with its linked form... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|