delphi - 有没有使用 Delphi 的 MVVM 教程?

标签 delphi mvvm

我有兴趣学习 MVVM。遗憾的是,我无法在互联网上找到将 Delphi 与数据库应用程序结合使用的示例和/或教程。

你能发布链接或指出我应该去的方向吗?

提前谢谢您。

最佳答案

看看this CodeRage session .

This session will look at Model-View-ViewModel, one technique that leverages LiveBindings to not only minimize the effort required to slide different UIs in front of your code, but also increases the maintainability and testability of your app as a bonus.

关于delphi - 有没有使用 Delphi 的 MVVM 教程?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20014907/

相关文章:

javascript - 当模型更改时, View 中的列表不会更新

delphi - FMX Delphi 10.2 在执行任务时显示表单或请等待面板

delphi - DataSnap Rest Server Windows 服务

c# - 将 Delphi 7 数据访问移植到 C#

security - 锁定 RAD Studio 内部浏览器安全

java - 在 fragment Android java中初始化ViewModel

delphi - 如何“禁用”文件输出流

java - 如何向ViewModel注册StartActivityForResult事件? [MVVM]

mvvm - ZK MVVM : Passing parameter to another viewmodel using <include>

c# - WPF DataGrid AutoGeneratingColumn 未可靠触发