Data Types (Data Abstract)
From RemObjects Wiki
This is a Data Abstract Library topic
| Data Abstract | Description | .NET Type | Delphi Type | Xcode Type |
|---|---|---|---|---|
| datAutoInc | Unique Int32 values | System.Int32 | ftAutoInc | NSInteger32 |
| datBlob | BLOB values (Binary Large Objects) | System.Byte[] | ftBlob | NSBinary |
| datBoolean | Only possible values (true or false, 0 or 1) | System.Boolean | ftBoolean | NSBoolean |
| datByte | Integer: 0 - 255 | System.Byte | ftSmallint | NSInteger16 |
| datCardinal | Unsigned Int32 values | System.UInt32 | ftInteger | NSInteger32 |
| datCurrency | Monetary values - accurate to a ten-thousandth of a unit | System.Decimal | ftCurrency | NSDecimal |
| datDateTime | Date and time field | System.DateTime | ftDateTime | NSDate |
| datDecimal | Binary-coded Decimal field | System.Decimal | ftFMTBcd | NSDecimal |
| datFixedChar | Fixed ANSI character field | System.String | ftFixedChar | NSString |
| datFixedWideChar | Fixed Unicode character field | System.String | ftFixedWideChar | NSString |
| datFloat | Floating-point numeric field | System.Double | ftFloat | NSFloat |
| datGuid | Globally unique identifier (GUID) values | System.Guid | ftGuid | NSString |
| datInteger | Int32 values | System.Int32 | ftInteger | NSInteger32 |
| datLargeAutoInc | Unique Int64 values | System.Int64 | ftLargeInt | NSInteger64 |
| datLargeInt | Int64 values | System.Int64 | ftLargeInt | NSInteger64 |
| datLargeUInt | Unsigned Int64 values | System.UInt64 | ftLargeInt | NSInteger64 |
| datMemo | Long ANSI string values | System.String | ftMemo | NSString |
| datShortInt | Int8 values | System.SByte | ftSmallint | NSInteger16 |
| datSingleFloat | Single precision 32-bit | System.Single | ftFloat | NSFloat |
| datSmallInt | Int16 values | System.Int16 | ftSmallint | NSInteger16 |
| datString | Standard ANSI string values | System.String | ftString | NSString |
| datUnknown | Unable to determine data type | - | ftUnknown | - |
| datWideMemo | Long Unicode strings | System.String | ftMemo/ ftWideMemo | NSString |
| datWideString | Unicode strings | System.String | ftWideString | NSString |
| datWord | Unsigned Int16 | System.UInt16 | ftWord | NSInteger16 |
| datXml | XML string | System.String | ftWideString | NSString |
See Also
- Lists
- Namespace Lists for .NET — Java
- Interface Lists for .NET — Delphi — Java
- Protocol Lists for Xcode
- Class Lists for .NET — Xcode — Delphi — Java
- Object Lists for JavaScript
- Enum Lists for .NET — Xcode — Delphi — Java
- Alias Lists for Delphi
- Implements Lists for .NET — Xcode — Delphi — Java
- Data Types
- File Types

Product: RemObjects Data Abstract
Available Editions: Data Abstract for .NET, Xcode, Delphi, Java and JavaScript