Bde.DBTables.FldSubTypeMap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FldSubTypeMap: array[TFieldType] of Word = (
0, 0, 0, 0, 0, 0, 0, fldstMONEY, 0, 0, 0, 0, 0, 0, fldstAUTOINC, // 0..14
fldstBINARY, fldstMEMO, fldstGRAPHIC, fldstFMTMEMO, fldstOLEOBJ, // 15..19
fldstDBSOLEOBJ, fldstTYPEDBINARY, 0, fldstFIXED, fldstUNICODE, // 20..24
0, 0, 0, 0, 0, fldstHBINARY, fldstHMEMO, 0, 0, 0, 0, 0, 0, // 25..37
fldstFIXED, fldstMEMO, 0, 0, // 38..41
0, 0, 0, 0, 0, 0, 0, 0, 0, 0); // 42..51

C++

extern DELPHI_PACKAGE System::StaticArray<System::Word, 52> FldSubTypeMap;

Properties

Type Visibility Source Unit Parent
const
variable
public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables Bde.DBTables

Description

Embarcadero Technologies does not currently have any additional information.