Data.DBXDBReaders.TDBXMemoryTable.InBounds

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.