Data.DBXCommonTable.TDBXTable.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: TDBXTable

Delphi

function First: Boolean; virtual; abstract;

C++

virtual bool __fastcall First() = 0 ;

Description

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