Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTTable::DelField

Syntax

void DelField(const NINT FieldNumber)

void DelField(const CTString&FieldName)

Parameters

  • FieldNumber [in] Delete this field number, if the prototype DelField(const NINT FieldNumber) is used.
  • FieldName [in] Delete this field name, if the prototype DelField(const CTString& FieldName) is used.

Description

Deletes a field from the table.

Return

None.

See also

InsertField(), AddField(), CTDatabase::DeleteTable()

TOCIndex