Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTRecord::IsVariableField

Syntax

CTBOOL IsVariableField(NINT FieldNbr)

CTBOOL IsVariableField(const CTString& FieldName)

Parameters

  • FieldNbr [in] The field number.
  • FieldName [in] The field name.

Description

Indicates if a field is in the variable portion of a record

Return

IsVariableField() returns YES if a field is in the variable portion of a record, and NO otherwise.

TOCIndex