Data.DBXDBReaders.TDBXMemoryTable.InBounds
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXDBReaders.pas Data.DBXDBReaders.hpp
| |
Unit: Data.DBXDBReaders | |
Parent: TDBXMemoryTable |
Delphi
function InBounds: Boolean; override;
C++
virtual bool __fastcall InBounds();
Description
Returns whether the cursor is in bounds or not.
The InBounds method returns True if the cursor is in bounds, False otherwise.