Delphi 结构体常量的定义
Delphi 结构体常量的定义
Delphi 结构体常量的定义
TSimple = record
end;
TSimpleArr: array[1..2] of TSimple =
(
);
//=================
TUser= record
end;
TUserArr: array[1..2] of TUser =
(
);
结构类型的常量可以赋值
如:
const