FormatType property: FieldDefn class

Description

Use this property to specify the formatting of a field. It is valid for character (CHAR) field type.

You can use a value from the pre-defined format types. Value 5 with its associated constant value is desupported, so it is not included in the list.

Numeric Value Constant Value

0

%FormatFamilyType_Upper

1

%FormatFamilyType_Name

2

%FormatFamilyType_Phone

3

%FormatFamilyType_Zip

4

%FormatFamilyType_SSN

6

%FormatFamilyType_MixedCase

7

%FormatFamilyType_RawBinary

8

%FormatFamilyType_NumOnly

9

%FormatFamilyType_SIN

10

%FormatFamilyType_PhoneIntl

11

%FormatFamilyType_ZipIntl

Note:

Custom format type is not supported.

This property is read/write.