Y
yxdelphi
Unregistered / Unconfirmed
GUEST, unregistred user!
vl_mx: array of Tstrings;
//
setlength(vl_mx,vl_count);
......
vl_mx[i+1] := TStringList.Create;
........
//
vl_mx := nil//这句报无效指针操作!
//
setlength(vl_mx,vl_count);
......
vl_mx[i+1] := TStringList.Create;
........
//
vl_mx := nil//这句报无效指针操作!