答案:inte易做图ce
type
tchar32 = array[0..31] of Char; //自定义类型TChar32,32长度的char数组
tbyte32 = array[0..31] of Byte; //自定义类型TByte32,32长度的byte数组
tmyInt = integer; //自定义类型TMyInt,就是integer类型,换了个名字
其他:在use 下面。 use下面,或者函数里面,在begin之前也可以; 在inte易做图ce后,或在uses后面定义type use后边可以定义