LiveBindings and TDADataSource in Delphi 13

Dear RemObjects Support Team,

I am currently working with Delphi 13 and Data Abstract, and I am experiencing issues with LiveBindings that appear to no longer function as expected.

Specifically, I am trying to bind a TLabel to a database field using LiveBindings. My setup includes a TDADataSource connected to a Data Abstract dataset, and I am attempting to connect it to a TBindSourceDB in order to display a field value in a TLabel.

However, I am unable to properly link the TDADataSource to TBindSourceDB, and as a result, the bound TLabel does not display the database field value. This configuration previously worked in earlier Delphi versions, but under Delphi 13 it seems that LiveBindings does not recognize or properly interact with TDADataSource.

Could you please clarify:

  • Whether TDADataSource is fully supported with LiveBindings in Delphi 13

  • If any specific configuration steps are required

  • If there are known compatibility issues with the current version

Any guidance or recommended best practice for displaying Data Abstract field values via LiveBindings in Delphi 13 would be greatly appreciated.

Thank you very much for your support.

Best regards,

Markus

Hi,

as for me, it works as expected:

animation1

Dear Evgeny,

Thank you very much for your quick response and for the helpful video you provided.

It was exactly what I needed. After watching it carefully, I realized that the issue was actually caused by a small logical mistake on my side. “I couldn’t see the forest for the trees”.

Your explanation helped me to step back and recognize the problem immediately.

I really appreciate your support and the clear guidance.

Markus