delphi的数据类型
      
 
 一
  simple简单类型
           1  ordinal  有序类型
                   (1)integer             整型
                   (2)character         字符型
                   (3)boolean           布尔类型
                   (4)enumerated     枚举类型
                   (5)subrange         子界类型
          2  real 实数型
         string    字符串
         structured   结构类型
                  1  set                             集合
                  2  array                         数组
                  3 record                        纪录
                  4 file                             文件
                  5 class                           类
                  6 class reference           类引用
                  7 interface                     接口
         poniter    指针类型
         procedure  过程类型
         variant  可变类型