Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTRecord::ClearField

Syntax

void ClearField(const NINT FieldNbr)

void ClearField(const CTString& FieldName)

Parameters

  • FieldNbr [in] The field number.
  • FieldName [in] The field name.

Description

Clears the contents of a field.

Return

None.

See also

Clear(), Reset()

TOCIndex