Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTRecord.GetFieldSize

Syntax

VRLEN GetFieldSize (int FieldNbr)

VRLEN GetFieldSize(String 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(), GetFieldOffset(), GetFieldType()

TOCIndex