Data.DBXDBReaders.TDBXTableStorage.First

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function First: Boolean; override;

C++

virtual bool __fastcall First();

Properties

Type Visibility Source Unit Parent
function public
Data.DBXDBReaders.pas
Data.DBXDBReaders.hpp
Data.DBXDBReaders TDBXTableStorage

Description

Moves to the first row of the table.

Data.DBXDBReaders.TDBXTableStorage.First inherits from Data.DBXCommonTable.TDBXTable.First. All content below this line refers to Data.DBXCommonTable.TDBXTable.First.

Moves to the first row of the table.

First moves to the first row of the table. The method returns True if the operation succeeded, and False otherwise. The method is abstract, so every descendant of TDBXTable must implement it in order to use it.

See Also