DeltaField Object
The DeltaField object is used to store information about a field in a delta. It's returned by the Delta getField()
function.
Properties
name
Name of the field
type
Type of the field, can be one of the following:
Unknown | AutoInc | Blob |
Boolean | Byte | Cardinal |
Currency | DateTime | Decimal |
FixedChar | FixedWideChar | Float |
Guid | Integer | LargeAutoInc |
LargeInt | LargeUInt | Memo |
SingleFloat | ShortInt | SmallInt |
String | WideMemo | WideString |
Word | Xml |