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