DEFRECORD KCML_DEFRECORD_Entry

'_Enum_* and '_Find_* record
FLD namePack formatPurpose
DEFRECORD_Name$CHAR(64)The name of the field
DEFRECORD_StartThe start byte counted from 1
DEFRECORD_Pack$CHAR(32)The packing format
DEFRECORD_Rem$CHAR(64)Any REM associated with this FLD
DEFRECORD_OrdinalOrdinal number of field
DEFRECORD_OccursOccurs (1 where there is no explicit occurs value)
DEFRECORD_LinesNumber of lines for a multi-line format such as TEXT(), else 1
DEFRECORD_TypeEnumFnIf the fld is based on another record, then this will contain the SYM of the '_Enum function for that record
DEFRECORD_CategoryThe category value for the record
DEFRECORD_Attributes(_KCML_ATTRIBUTE_MAX)Attributes of the field
DEFRECORD_UpdatePriority$CHAR(1)Update priority (0-9 or N)
DEFRECORD_DisplayPriority$CHAR(1)Display priority (0-9 or N)
DEFRECORD_IsNumericBOOLTRUE if the field is Numeric

More info