Data.DBXCommonTable.TDBXCustomValueRow.InBounds

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DBXCommonTable.pas
Data.DBXCommonTable.hpp
Unit: Data.DBXCommonTable
Parent: TDBXCustomValueRow

Delphi

function InBounds: Boolean; override;

C++

virtual bool __fastcall InBounds();

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