TData_Type_Family
What: enumeration
Layer: 0
Platforms: C++, C#, Javascript, Pascal (Delphi)
An enumeration defining the broad type of data:
Value | Meaning |
---|---|
DTF_Character | Character/string |
DTF_Collection | Collection |
DTF_Composite | Composite/structure |
DTF_Logical | Logical |
DTF_Meta | Meta data |
DTF_Numeric | Numeric |
DTF_Other | Any not previously defined |
DTF_Pointer | Pointer |
DTF_Undefined | Binary |
DTF_Unknown | Variant |
DTF_User_Defined | User defined |