N
nzfboy
Unregistered / Unconfirmed
GUEST, unregistred user!
var State:townerDrawState;
state:=TownerDrawState(WordRec(LongRec(itemState).lo).lo);
系统报错:Invalid typecast.
注 :在sysutils中
wordrec=packed record
lo,hi:byte
end;
state:=TownerDrawState(WordRec(LongRec(itemState).lo).lo);
系统报错:Invalid typecast.
注 :在sysutils中
wordrec=packed record
lo,hi:byte
end;