CTRecord.GetFieldName
Syntax
String GetFieldName(int 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
GetFieldOffset(), GetFieldType()