Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTRecord::SetFieldAsString

Syntax

void SetFieldAsString (NINT FieldNumber, const CTString& value)

void SetFieldAsString(const CTString& FieldName, const CTString& value)

Parameters

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

Description

Sets the field contents as a string object.

Return

None.

TOCIndex