Data.DBXMetaDataReader.TDBXEmptyTableCursor.InBounds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function InBounds: Boolean; override;

C++

virtual bool __fastcall InBounds();

Properties

Type Visibility Source Unit Parent
function public
Data.DBXMetaDataReader.pas
Data.DBXMetaDataReader.hpp
Data.DBXMetaDataReader TDBXEmptyTableCursor

Description

Determines whether a reader is within the bounds of a table.

Data.DBXMetaDataReader.TDBXEmptyTableCursor.InBounds inherits from Data.DBXCommonTable.TDBXTable.InBounds. All content below this line refers to Data.DBXCommonTable.TDBXTable.InBounds.

Determines whether a reader is within the bounds of a table.

InBounds determines whether a reader is within the bounds of a table. InBounds is abstract, so every descendant of TDBXTable must implement this method in order to use it.

See Also