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.
|