Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTRecord.IsVariableField

Syntax

bool IsVariableField(int FieldNbr)

bool IsVariableField( String 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 true if a field is in the variable portion of a record, and false otherwise.

TOCIndex