Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTRecord::SetFieldAsByte

Syntax

void SetFieldAsByte (NINT FieldNumber, UTEXT value)

void SetFieldAsByte(const CTString& FieldName, UTEXT value)

Parameters

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

Description

Sets the field contents as a byte value (unsigned one-byte integer)

Return

None.

TOCIndex