getFieldType method

int getFieldType(
  1. int inIndex
)

Get the character class of the field.

@param inIndex The field index. @return The dbase character representing this field.

Implementation

int getFieldType(int inIndex) {
  return fields[inIndex].fieldType;
}