Data.Bind.DBScope.TBindScopeDBEnumerator.First

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.Bind.DBScope.pas
Data.Bind.DBScope.hpp
Unit: Data.Bind.DBScope
Parent: TBindScopeDBEnumerator

Delphi

procedure First;

C++

void __fastcall First();

Description

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

See Also

Code Examples