[fpc-devel] LocateNext
Micha Nelissen
micha at neli.hopto.org
Sat Apr 8 17:51:28 CEST 2006
On Sat, 08 Apr 2006 17:19:34 +0200
Marc Weustink <marc at dommelstein.net> wrote:
> > I think .Filter in combination with .FindFirst/Prior/Next/Last is just as
> > powerful, so a LocateNext should not be needed.
>
> Not really. Sometimes I use a locate to find a record in a dataset. I
> don't want to limit the records in that dataset with a filter.
If you don't want to limit, then set .Filtered := false; and use
FindFirst etc.
Micha
More information about the fpc-devel
mailing list