WebCore and binding

Firs of all, excuse my ignorance if what I'm asking is a dumb or meaningless

I'm planning on refactoring my software so all the logic would be decoupled from the UI.
Currently thinking on developing the UI with WebCore, running it inside an embedded browser window
But I'm just a Delphi programmer who never used anything else...
Would it be possible somehow bind (the concept, not LiveBindings) object properties between the container form and the WebCore form?

At framework level, there is not something 'automatic' included or available.
You'd need to setup this programmatically.