S
samz
Unregistered / Unconfirmed
GUEST, unregistred user!
自己定义了一个类型,如下:
type
TPoints = array of TPoint;
const
abc :TPoints =((x:0;y:0),(x:1;y:1));
以上定义的常量abc 不能通过编译,请问应该怎样定义
type
TPoints = array of TPoint;
const
abc :TPoints =((x:0;y:0),(x:1;y:1));
以上定义的常量abc 不能通过编译,请问应该怎样定义