Data.Bind.ObjectScope.TBindSourceAdapter.Last

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

C++

virtual void __fastcall Last();

Description

Moves to the last data item.

Call Last to make the last data item active. Last uses the property ItemIndex and sets it to -1 to position at the last record.

See Also