Data.Bind.ObjectScope.TBindSourceAdapter.Next

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Next; virtual;

C++

virtual void __fastcall Next();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindSourceAdapter

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