Format property: QueryField class
Description
This property returns the field format for the query field. This property returns a string value. This property is useful for displaying the data type in a string format.
Values are:
| Data Type | Value Returned |
|---|---|
|
Character |
“CHAR “ |
|
Long character |
"LONG CHAR " |
|
Number |
"NUMBER " |
|
Signed number |
"SIGNED " |
|
Date |
"DATE " |
|
Time |
"TIME " |
|
DateTime |
"DATE/TIME " |
|
Image |
"IMAGE " |
This property is read-only.