Data.DBXDBReaders.TDBXMemoryTable.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 TDBXMemoryTable

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.

See Also