Data.Bind.DBScope.TBindScopeDBEnumerator.First
[–] 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
- Data.Bind.DBScope.TBindScopeDBEnumerator.MoveNext
- Data.DB.TDataSet.Last
- Using the First and Last Methods
- Using Unidirectional Result Sets