Type property: QueryField class
Description
This property returns the type of the field. You can use either a numeric or constant value. The values are:
| Numeric Value | Constant Value | Description |
|---|---|---|
|
0 |
%FieldType_Char |
Character |
|
1 |
%FieldType_LongChar |
Long Character |
|
2 |
%FieldType_Number |
Number |
|
3 |
%FieldType_SignedNumber |
Signed number |
|
4 |
%FieldType_Date |
Date |
|
5 |
%FieldType_Time |
Time |
|
6 |
%FieldType_DateTime |
DateTime |
|
8 |
%FieldType_Image |
Image |
|
8 |
%FieldType_File |
File |
|
9 |
%FieldType_ImageRef |
ImageReference |
Note:
The Image and File types can be differentiated using the GetImageFormat method of the QueryField class.
This property is read-only.
Related Topics