Small company logo:
   History
 
Advertising banner:
 
 Field.DataType
Home • Help • Customization Tools • FCAS • Language Reference • Field.DataType
 
Purpose
Returns a constant integer value indicating the data type of the field.
This field attribute is read only at runtime.
Syntax
[Form].Field.DataType [Constant]


Constant
Possible values:
FCString
Character or text data.
FCInteger
Long integer data.
FCLong
Long integer data.
FCSingle
Double floating point numeric data.
FCDouble
Double floating point numeric data.
FCCurrency
Currency data.
FCDate
Date and time data.