Data.DBXCommonTable.TDBXReaderTable.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.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXReaderTable

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.

See Also