A
anick
Unregistered / Unconfirmed
GUEST, unregistred user!
我想实现代码如下:
type tclient = class(tclientsocket)
parent : mthread;
other : string;
end;
type mthread = class(tthread)
aclient : tclient;
.............
.............
end;
我记得似乎有什么办法的,好像以前都解决过,怎么搜都搜不出来了。
我现在只想嵌套定义,不能搞成一个,希望高手给与解决方法!同样在线等待!
type tclient = class(tclientsocket)
parent : mthread;
other : string;
end;
type mthread = class(tthread)
aclient : tclient;
.............
.............
end;
我记得似乎有什么办法的,好像以前都解决过,怎么搜都搜不出来了。
我现在只想嵌套定义,不能搞成一个,希望高手给与解决方法!同样在线等待!