Data.DBXDBReaders.TDBXMemoryTable.First
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXDBReaders.pas Data.DBXDBReaders.hpp
| |
Unit: Data.DBXDBReaders | |
Parent: TDBXMemoryTable |
Delphi
function First: Boolean; override;
C++
virtual bool __fastcall First();
Description
Navigates to the first row of a DBX memory table.
Use the First method to navigate to the first row of a DBX memory table. First returns True if this operation is supported, False otherwise.