Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTRecord::SetFieldAsShort

Syntax

void SetFieldAsShort (NINT FieldNumber, COUNT value)

void SetFieldAsShort(const CTString& FieldName, COUNT value)

Parameters

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

Description

Sets the field contents as a 2-bytes signed integer (COUNT).

Return

None.

TOCIndex