Data.Bind.ObjectScope.TBindSourceAdapter.First

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

C++

virtual void __fastcall First();

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