Using LiveBindings

Do you have an example available for using LiveBindings to connect to an at runtime instantiated entity? I am hoping to use LiveBindings with Aurelius to arrange for a bi-directional link between the persisted fields and the edit controls.

Aurelius entities are just regular objects, you would do live bindings the same way you would do with any object. In addition to that you can use TAureliusDataset if you prefer to bind your controls to a Dataset "interface" instead to objects directly.