Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTRecord::IsRangeOn

Indicate if an index range operation is active for this record handle.

Declaration

bool CTRecord::IsRangeOn()

Description

CTRecord::IsRangeOn() returns YES if a index range operation is active for this record handle, or NO is no index range is active.

Return

Value

Symbolic Constant

Explanation

0

NO

No index range is active.

1

YES

An index range is active.

Example


if (pRec->IsRangeOn())

printf("Range is on\n");

See Also

CTRecord::RangeOn(), CTRecord::RangeOff()

TOCIndex