An Introduction to Model-View-ViewModel (MVVM) in Delphi
Information about my CodeRage 7 session on implementing MVVM in Delphi.
Information about my CodeRage 7 session on implementing MVVM in Delphi.
Creating custom generators to more closely match the data in your domain, and to speed up UI prototyping.
Different options for formatting your output in LiveBindings, including exposing a custom method to be called from your LiveBinding expressions.
Now that we can bind our UI to our objects, how does a changed value in the UI make its way back home to the object? Is the TListBindSourceAdapter
Want to visually bind your VCL and FireMonkey UI to your Delphi and C++Builder objects (and collections of objects), while also having design-time data? You’ve come to the right place then.
The one where we look at BindScopes, and TBindScopeDB in particular, and how they allow you to use the LiveBindings Designer to bind your datasets to your VCL and FireMonkey UIs.