RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DBTables.DataTypeMap Constant
Pascal
DataTypeMap: array[0..MAXLOGFLDTYPES - 1] of TFieldType = ( ftUnknown, ftString, ftDate, ftBlob, ftBoolean, ftSmallint, ftInteger, ftFloat, ftBCD, ftBytes, ftTime, ftDateTime, ftWord, ftInteger, ftUnknown, ftVarBytes, ftUnknown, ftUnknown, ftLargeInt, ftLargeInt, ftADT, ftArray, ftReference, ftDataSet, ftTimeStamp);
C++
array[0..MAXLOGFLDTYPES - 1] of TFieldType DataTypeMap = ( ftUnknown, ftString, ftDate, ftBlob, ftBoolean, ftSmallint, ftInteger, ftFloat, ftBCD, ftBytes, ftTime, ftDateTime, ftWord, ftInteger, ftUnknown, ftVarBytes, ftUnknown, ftUnknown, ftLargeInt, ftLargeInt, ftADT, ftArray, ftReference, ftDataSet, ftTimeStamp);

This is constant DBTables.DataTypeMap.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!