I've got an object, let's call it Controller which is NOT a component, it has an enabled property. Can I use live-bindings to say bind it to the enabled properties of some components on a form? i.e if the enabled property of my component changes, components which are bound to it have their enabled property set accordingly?
I can see how to do it if TController was a TComponent descendent. I know I could wrap my TController in a component, but I'm asking if there is a direct way of doing this?