How to use the RecsSkip and RecsMax property of TFDQuery at runtime
问题 I was looking for a skip and take selection in the TFDQuery. The properties I found are .FetchOptions.RecsSkip and .FetchOptions.RecsMax. I use Tokyo 10.2.3 and database Firebird 3 I make the query at runtime and I want to get the start record at 5 and get the 8 next records. I to something like: Result does not skip the fist 5 records var qryTest: TFDQuery; begin qryTest:= TFDQuery.Create(self); qryTest.Connection := self.FDConnection; qryTest.sql.Text:= ' select * from