Data.DBXCommonTable.TDBXTable.InBounds
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXCommonTable.pas Data.DBXCommonTable.hpp
| |
Unit: Data.DBXCommonTable | |
Parent: TDBXTable |
Delphi
function InBounds: Boolean; virtual; abstract;
C++
virtual bool __fastcall InBounds() = 0 ;
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.