Data.Bind.ObjectScope.TBindSourceAdapter.Prior

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 Prior; virtual;

C++

virtual void __fastcall Prior();

Description

Moves to the previous data item.

Call Prior to move to the previous data item, making it the active item.

If the current active item is not the first one, Prior uses the property ItemIndex and decrements this index by one to position at the previous record.

See Also