Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTRecord.ClearField

Syntax

void ClearField(int FieldNbr)

void ClearField(String 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