Data.DBXCommonTable.TDBXCustomValueRow.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.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Data.DBXCommonTable TDBXCustomValueRow

Description

Determines whether a reader is within the bounds of a table.

InBounds determines whether a reader is within the bounds of a table.

In this implementation, InBounds returns True and does nothing.

See Also