Hi All,
Okay - Can answer my own question (asking the question usually helps you a lot):
To make this work; I get the binding for tiles from the TileContainer:
oBinding = oResults.getBinding("tiles);
Then I have access to the array of each result in oBinding.aKeys which I can then use
oModel.getObject(key value) to return the object.
Hope this is of help to someone.
Cheers,
Matt