Data.Bind.ObjectScope.TBindSourceAdapter.Last

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Last; virtual;

C++

virtual void __fastcall Last();

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 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