Hi,
I use Delphi XE7, Firemonkey(Android).
My code.
Table1.Locate('_ID', '1', []);
Does not work.
Do you support the locate method in firemonkey(Android)?
Unidac 6.02.
DB: Sqlite
Do you support the locate method in firemonkey?
Re: Do you support the locate method in firemonkey?
Hello,
The Locate method works correctly, you can ensure this by executing the following code:
The Locate method works correctly, you can ensure this by executing the following code:
Code: Select all
Table1.Locate('_ID', '1', []);
ShowMessage(Table1.FieldByNAme('_ID').AsString);
Re: Do you support the locate method in firemonkey?
Hi,
It is my mistake.
Works well.
Thanks a lot.
It is my mistake.
Works well.
Thanks a lot.
Re: Do you support the locate method in firemonkey?
Glad to see that the issue was resolved. If you have any further questions, feel free to contact us