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