Data.Bind.ObjectScope.TBindSourceAdapter.Next

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: TBindSourceAdapter

Delphi

procedure Next; virtual;

C++

virtual void __fastcall Next();

Description

Moves to the next data item.

Call Next to move to the next data item, making it the active item.

If the current active item is not the last one, Next uses the property ItemIndex and increments this index by one to position at the next record.

If there is not item selected, Next will position at the first record.

See Also