Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTRecord::GetFieldType

Syntax

CTDBTYPE GetFieldType(NINT FieldNumber)

CTDBTYPE GetFieldType(const CTString& FieldName)

Parameters

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

Description

Retrieves the field type based on the field number or name.

Return

GetFieldType() returns the field type.

See also

GetFieldName(), GetFieldOffset()

TOCIndex