Data.DBXCommonTable.TDBXReaderTable.First
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXCommonTable.pas Data.DBXCommonTable.hpp
| |
Unit: Data.DBXCommonTable | |
Parent: TDBXReaderTable |
Delphi
function First: Boolean; override;
C++
virtual bool __fastcall First();
Description
Moves to the first row of the table.
First moves to the first row of the table. First returns True if the operation succeeded, False otherwise.