ArcPadScripting
FieldType

FieldType constants

Constant Value Description
apFieldCharacter 129 Text field type.
apFieldBoolean 11 Boolean (True/False) field type.
apFieldDate 7 Date field type.
apFieldNumeric 5 Numeric field type.

Remarks
Use these constants with the Type property of the Field object.
Applies To