CTRecord::GetFieldName
Syntax
CTString GetFieldName(NINT FieldNumber)
Parameters
Description
Retrieves the field name based on the field number.
Return
GetFieldName() returns the field name.
Example
field_name=pRec->GetFieldName(1);
See also
GetFieldType(), GetFieldOffset()