Column Object Property: Type 

The Type property has the following valid values:

Value

Description

RfcTypeChar = 0

The values are of type String (the default type).

RfcTypeDate = 1

The values are of type Date (special string format).

RfcTypeBCD = 2

The values are of BCD String (compressed packed data).

RfcTypeTime = 3

The values are of type Time (special string format).

RfcTypeHex = 4

The values are binary data.

RfcTypeNum = 6

The values are strings that only contain numbers.

RfcTypeFloat = 7

The values are of type float.

RfcTypeLong = 8

The values are of type long.

RfcTypeShort = 9

The values are of type short.

RfcTypeByte = 10

The values are the integers in the range 0-255.