Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTRecord::GetFieldSize

Syntax

VRLEN GetFieldSize (NINT FieldNbr)

VRLEN GetFieldSize(const CTString& FieldName)

Parameters

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

Description

Retrieves the field defined size.

Return

GetFieldSize() returns the defined field size.

See also

GetFieldLength(), GetFieldName(), GetFieldType(), GetFieldOffset()

TOCIndex