Description
TPSCFieldType type is the enumeration of values for the DataType property of the field objects. Classes in which members of TPSCFieldType are used include TPSCField and all its descendants. TPSCFieldType values are also used in the data field-related functions and methods. The following table describes each value: Value - Description FT_UNK - Unknown or undetermined value FT_INT - Integer value FT_DATETIME - Date and Time value FT_DATE - Date value FT_TIME - Time value FT_CURRENCY - Money value FT_FLOAT - Floating-point numeric value FT_STRING - Character or string value FT_BOOL - Boolean value