Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTRecord::SetFieldAsWord

Syntax

void SetFieldAsWord (NINT FieldNumber, UCOUNT value)

void SetFieldAsWord(const CTString& FieldName, UCOUNT value)

Parameters

  • FieldNumber [in] The field number.
  • value [in] The UCOUNT value
  • FieldName [in] The field name.

Description

Sets the field contents as an unsigned two-byte integer (UCOUNT) value.

Return

None.

TOCIndex