Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTRecord::SetFieldAsSigned

Syntax

void SetFieldAsSigned (NINT FieldNumber, CTSigned value)

void SetFieldAsSigned(const CTString& FieldName, CTSIGNED value)

Parameters

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

Description

Sets the field contents as an integer signed value

Return

None.

TOCIndex