Data.Bind.DBScope.TBindScopeDBEnumerator.First

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure First;

C++

void __fastcall First();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.Bind.DBScope.pas
Data.Bind.DBScope.hpp
Data.Bind.DBScope TBindScopeDBEnumerator

Description

Moves to the first record in the dataset, thus making it active.

See Also

Code Examples