Advertising banner:

History
 
 Field.DataType
Home • Help • A0 • Customization Tools • FCAS • Language Reference • Field.DataType
 
DataType (fields)
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.