The FieldDef object

This object wraps a FormDef field object contained within a form definition. Field numbering always begins with 1 (not 0) and proceeds in the order in which the fields were defined in the form definition. For example, the fifth field defined in a form definition is field number 5.

"Set" methods are only useful when used in the FieldInterpret event.

Below is a list of the methods specific to the FieldDef object.

ClearControlFlag

GetAlphaLower

GetAlphaUpper

GetAmount

GetBarCodeType

GetCategory

GetConfirm

GetConfirmHandwritten

GetControlFlag

GetFieldIndex

GetFieldNo

GetFieldPosition

GetFieldType

GetFormat

GetFormatType

GetHelpString

GetImagePreProcessing

GetItrpEngineSettings

GetMarkMax1

GetMarkMin1

GetMaxLen

GetMinLen

GetMustBeFilledIn

GetName

GetNoiseLevel

GetNumeric

GetPageIndex

GetSaveInterpretInformation

GetSecurity

GetStrikeoutLevel

GetTrigramTableName

GetTypeFace

Save

SetAlphaLower

SetAlphaUpper

SetAmount

SetCategory

SetConfirm

SetConfirmHandwritten

SetControlFlag

SetDecimalPosition

SetFieldComplement

SetFieldTypeAsBarCode

SetFieldTypeAsChar

SetFormat

SetFormatType

SetIgnoreStrikeouts

SetItrpEngineSettings

SetImagePreProcessing

SetMarkIfTooFewOptions

SetMarkIfTooManyOptions

SetMarkMax1

SetMarkMin1

SetMassVerify

SetMaxNoOfMarks

SetMinNoOfMarks

SetMustBefilledIn

SetNoiseLevel

SetNumeric

SetRetypeAlways

SetRetypeHandwritten

SetSaveInterpretInformation

SetSecurity

SetStrikeoutLevel

SetTrigramTableName

SetValidationNumericRange

Overview of objects in the Classic API

Where to find additional information about methods and events