Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTField::SetName

Syntax

void SetName(const CTString& FieldName)

Parameters

  • FieldName [in] The field name to be set to the field.

Description

Sets the field name.

Return

None.

See also

GetName(), SetType(), SetLength()

TOCIndex