Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTRecord::SetFieldAsBool

Syntax

void SetFieldAsBool(NINT FieldNumber, CTBOOL value)

void SetFieldAsBool(const CTString& FieldName, CTBOOL value)

Parameters

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

Description

Sets the field contents as a boolean value

Return

None.

TOCIndex