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 可变类型
转载于:https://blog.51cto.com/ers456/26213