Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTRecord::GetFieldOffset

Syntax

VRLEN GetFieldOffset(NINT FieldNbr)

VRLEN GetFieldOffset(const CTString& FieldName)

Parameters

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

Description

Retrieves the field record offset.

Return

GetFieldOffset() returns the field offset.

See also

GetFieldLength(), GetFieldName(), GetFieldType(), GetFieldAddress()

TOCIndex