TFieldType enum

Inheritance
Available extensions

Values

ftUnknown → const TFieldType
ftString → const TFieldType
ftSmallint → const TFieldType
ftInteger → const TFieldType
ftWord → const TFieldType
ftBoolean → const TFieldType
ftFloat → const TFieldType
ftCurrency → const TFieldType
ftBCD → const TFieldType
ftDate → const TFieldType
ftTime → const TFieldType
ftDateTime → const TFieldType
ftBytes → const TFieldType
ftVarBytes → const TFieldType
ftAutoInc → const TFieldType
ftBlob → const TFieldType
ftMemo → const TFieldType
ftGraphic → const TFieldType
ftFmtMemo → const TFieldType
ftParadoxOle → const TFieldType
ftDBaseOle → const TFieldType
ftTypedBinary → const TFieldType
ftCursor → const TFieldType
ftFixedChar → const TFieldType
ftWideString → const TFieldType
ftLargeint → const TFieldType
ftADT → const TFieldType
ftArray → const TFieldType
ftReference → const TFieldType
ftDataSet → const TFieldType
ftOraBlob → const TFieldType
ftOraClob → const TFieldType
ftVariant → const TFieldType
ftInterface → const TFieldType
ftIDispatch → const TFieldType
ftGuid → const TFieldType
ftTimeStamp → const TFieldType
ftFMTBcd → const TFieldType
ftFixedWideChar → const TFieldType
ftWideMemo → const TFieldType

Properties

hashCode → int
The hash code for this object.
no setterinherited
index → int
A numeric identifier for the enumerated value.
no setterinherited
name → String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Constants

values → const List<TFieldType>
A constant List of the values in this enum, in order of their declaration.