ArcPadScripting
FieldType
Collapse All
Expand All
ArcPad Scripting Object Model Reference > References > Constants > 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
Field :: Type Property