Data.Bind.ObjectScope.TBindSourceAdapter.First

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure First; virtual;

C++

virtual void __fastcall First();

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 first data item.

Call First to make the first data item active. First uses the property ItemIndex and sets it to 0 to position at the first record.

See Also