TAdvDirectoryEdit livebinding

This component is not dataaware in the 'old' sense, so i've been trying to get it to work with LiveBindings.  It renders the data for the datasource fine, but changes to the 'Text' property never persist back to the db.  I have no problem getting a TEdit to persist using the same technique.  What am i overlooking to make this work?


Thanks.
Jim

It is unclear what is causing this. TAdvDirectoryEdit actually inherits from TEdit and doesn't do much special with handling the Text property.
Are you sure that when doing the same setup, it works for TEdit and not for TAdvDirectoryEdit (or TAdvEdit)?

If a problem persists, can you send by email the project that has the working TEdit & failing TAdvDirectoryEdit?