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