Search code examples
delphilivebindings

It is possible to do something like XE2 LiveBindings in D2010?


It's factible or it uses some compiler technology only available in XE2 ?

I just want to bind (bidirectional) a TEdit.Text property to a object function that returns a string in code (I don't need designer components or expression evaluators)..

Thanks!


Solution

  • I guess you could try Delphi sorcery library. It has quite powerful data binding solution which should work in all the modern Delphi versions.