Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbIsVariableField

Indicate if a field is allocated in the variable portion of the record.

Declaration

CTBOOL ctdbIsVariableField(CTHANDLE Handle, NINT FieldNbr)

Description

ctdbIsVariableField() Indicates if a field, represented by the field number, is allocated in the variable portion of the record.

  • Handle [in] the record handle.
  • FieldNbr [in] the field number.

Returns

ctdbIsVariableField() returns YES if the field is allocated in the variable portion of the record, NO otherwise.

TOCIndex