API:Data.DBXCDSReaders.TDBXCDSOriginalRow.InBounds
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXCDSReaders.pas Data.DBXCDSReaders.hpp
| |
Unit: Data.DBXCDSReaders | |
Parent: TDBXCDSOriginalRow |
Delphi
function InBounds: Boolean; override;
C++
virtual bool __fastcall InBounds();
Description
Determines whether a reader is within the bounds of a table.
Data.DBXCDSReaders.TDBXCDSOriginalRow.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.