UniDAC and FMX Livebinding

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
swierzbicki
Posts: 451
Joined: Wed 19 Jan 2005 09:59

UniDAC and FMX Livebinding

Post by swierzbicki » Mon 20 Apr 2015 17:23

Hello,

Sorry for asking here but I didn't found any suitable informations on the net.
I'm developing an Android application with Delphi Xe7 / Xe8 ... Needless to say that I'm a little bit lost with all the "Firemonkey Stuff".

I'm trying to found a way to synchronize my TUniQuery with an "livebinded" TGrid component.
For exemple, Uniquery.Refresh and Uniquery.RefreshRecord doesn't refresh the grid nor refresh the record.
Moving into dataset (next, previous...) doesn't move the selected TGrid selected item...

This is really frustrating as everything was so easy on the vcl side !
Do you have perhaps any mobile sample ?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: UniDAC and FMX Livebinding

Post by AlexP » Tue 21 Apr 2015 08:13

Hello,

To navigate through the DataSet, you should use TBindNavigator, that will move through records in the DataSet and synchronize cursor position in TGrid.

Post Reply