Useful background to this post is available in post 4 (Linking to an Object for master detail) and post 5 (advanced master detail).
Filtering a TDataSet as detail of an object
Having explored how to link to a Master Detail relationship and created a funky anonymous method to return the data, I thought there is no reason why I should have to be returning linked data. The data could be from anywhere.
One example people have asked about when I’ve been at developer events is how to link an object to be the master for filtering a TDataSet… well, this actually provides a simple example for doing exactly this (as you can see in this video)
Continue reading LiveBindings in VCL – Part 6 – Master Object, Detail TDataSet