Data.DBXCommonTable.TDBXTable.InBounds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function InBounds: Boolean; virtual; abstract;

C++

virtual bool __fastcall InBounds() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXTable

Description

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