Add

Monday, August 10, 2009

List Of DataTypes

File : Basic file manipulation.
OCX : OCX object reference.
Automation : COM object reference.
InStream : Stream for reading.
OutStream : Stream for writing.
Variant : Equivalent to BASIC's Object datatype.
Codeunit : Equivalent to a Class object containing public and private Methods.
Form : Equivalent to a windows form.
Record : ORM implementation for Navision Tables.
RecordRef : A reference to a record(Navision Table).
RecordID : A representation of the primary key fields of a record.
Dataport : Specialized units for importing/exporting data through textfiles.
Boolean : Datatype boolean.
Option : Equivalent to an ENUM structure.
Integer : Datatype 16-bit integer.
Decimal : Datatype decimal.
BigInteger : Datatype 32-bit integer.
Char : Equivalent to datatype char.
Text : Datatype String.
Code : Datatype String (Capitalized).
Date : Datatype Short date.
Time : Datatype Short Time.
Datetime : Equivalent to SQL datatype Datetime
Binary : Equivalent to Byte Array

No comments: