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