A small follow up on MVVM, MVP, MVC, OOD, etc: it is all about structure and using common sense:
When you want to do MVVM with Delphi, there is a great Delphi MVVM demo that Malcolm Groves gave at CodeRage 7 that is on YouTube.
A few resources you should look at after viewing that demo:
- MVVM Resource List | Malcolm Groves.
- demo app: malcolmgroves/menialtasks.
- libraries used by demo app: malcolmgroves/delphi-experiments.
Some of it might work with Delphi XE2, but I think you need XE3 or younger for most of the demos.
–jeroen
Filed under: Delphi, Delphi XE2, Delphi XE3, Delphi XE4, Delphi XE5, Development, Software Development