Data Types (Data Abstract)

From RemObjects Software

Jump to: navigation, search

This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.



Data Abstract Description .NET Type Delphi Type
datAutoInc Unique Int32 values System.Int32 ftAutoInc
datBlob BLOB values (Binary Large Objects) System.Byte[] ftBlob
datBoolean Only possible values (true or false, 0 or 1) System.Boolean ftBoolean
datByte ('Vinci') Integer: 0 - 255 System.Byte ftSmallint
datCardinal ('Vinci') Unsigned Int32 values System.UInt32 ftInteger
datCurrency Monetary values - accurate to a ten-thousandth of a unit System.Decimal ftCurrency
datDateTime System.DateTime ftDateTime
datDecimal ('Vinci') System.Decimal ftFMTBcd
datFloat System.Double ftFloat
datGuid ('Vinci') System.Guid ftGuid
datInteger Int32 values System.Int32 ftInteger
datLargeAutoInc ('Vinci') Unique Int64 values System.Int64 ftLargeInt
datLargeInt Int64 values System.Int64 ftLargeInt
datLargeUInt ('Vinci') Unsigned Int64 values System.UInt64 ftLargeInt
datMemo Long ANSI string values System.String ftMemo
datShortInt ('Vinci') Int8 values System.SByte ftSmallint
datSingleFloat ('Vinci') Single precision 32-bit System.Single ftFloat
datSmallInt ('Vinci') Int16 values System.Int16 ftSmallint
datString Standard ANSI string values System.String ftString
datUnknown Unable to determine data type - ftUnknown
datWideMemo ('Vinci') Long Unicode strings System.String ftMemo/ ftWideMemo
datWideString Unicode strings System.String ftWideString
datWord ('Vinci') Unsigned Int16 System.UInt16 ftWord
datXml ('Vinci') System.String ftWideString


See Also


Product: RemObjects Data Abstract
Current version: Data Abstract 'Vinci' (5.0)

ListsGlossaryFeaturesHow ToDriversComponentsToolsSamplesArticlesArchitectureIssues

Personal tools