Data.DBXCDSReaders.TDBXCDSOriginalRow.InBounds

From RAD Studio API Documentation

Delphi

function InBounds: Boolean; override;

C++

virtual bool __fastcall InBounds(void);

Properties

Type Visibility Source Unit Parent
function public
Data.DBXCDSReaders.pas
Data.DBXCDSReaders.hpp
Data.DBXCDSReaders TDBXCDSOriginalRow

Description

Determines whether a reader is within the bounds of a table. {{#multireplace:Data.DBXCDSReaders.TDBXCDSOriginalRow.InBounds|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DBXCommonTable.TDBXTable.InBounds|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DBXCommonTable.TDBXTable.InBounds|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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

InBounds determines whether a reader is within the bounds of a table. InBounds is abstract, so every descendant of TDBXTable must implement this method in order to use it.

See Also