Retrieves the next block of records from a fetch on demand dataset. Syntax: procedure FetchNext; Description: Call FetchNext to retrieve the next block of records from your fetch on demand dataset. Count of records in this block depends from the TMySQLDataSet.Options.FetchRows property. For using then FetchNext method you need to enable the TMySQLDataSet.Options.FetchOnDemand property. |