Data.DBXDBReaders.TDBXMemoryTable.InBounds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function InBounds: Boolean; override;

C++

virtual bool __fastcall InBounds();

Properties

Type Visibility Source Unit Parent
function public
Data.DBXDBReaders.pas
Data.DBXDBReaders.hpp
Data.DBXDBReaders TDBXMemoryTable

Description

Returns whether the cursor is in bounds or not.

The InBounds method returns True if the cursor is in bounds, False otherwise.