Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTRecord::GetFieldLength

Syntax

VRLEN GetFieldLength(NINT FieldNbr)

VRLEN GetFieldLength(const CTString& FieldName)

Parameters

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

Description

Retrieves the actual field data length.

Return

GetFieldLength() returns the field length.

See also

GetFieldSize(), GetFieldName(), GetFieldType(), GetFieldOffset()

TOCIndex