Data.Bind.ObjectScope.TBindSourceAdapter.Prior
Delphi
procedure Prior; virtual;
C++
virtual void __fastcall Prior();
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 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.