Searching thru several docs for Laz/FPC and can't find an example for jumping to the first record or beginning of file. Here's an example of BoF for a dBase table:
DbfClients.BOF which is boolean but that context won't compile. I tried DbfClients.BOF:= True and I tried DbfContacts.DataSource.DataSet.BOF, etc.
Is there a way to jump to the first record or rather, refresh the DBGrid after changing the index.
I reindexed the table and the DBGrid started behaving properly but still would like to force BoF or EoF.