Positions the cursor on the next record in the dataset. Syntax: procedure Next; Description: Call Next to position the cursor on the next record in the dataset and make it the active record. Next posts any changes to the active record and:
TDataSet uses internal, protected methods to position the database cursor and to fetch additional records required for display. In TDataSet, these internal methods are abstract. Descendant classes implement these methods to enable the Last method to work. |