Data.DBXCommonTable.TDBXReaderTable.First

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also