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

Description

Returns whether the row is in the bounds of a table.

The InBounds method returns True if the row is in the bounds of the DBX table, False otherwise.

See Also