E
ebeggar
Unregistered / Unconfirmed
GUEST, unregistred user!
SPThreadList=new TThreadList;
SPThreadList->Clear();
for (int i=0;i<sComList->Count;i++)
{
SPCThread=new SPComm(..., ..., ...);
SPThreadList->Add(SPCThread);
}
其中SPComm为Thread类,
然后我应该怎么使用SPThreadList中的线程呢?
SPThreadList->Clear();
for (int i=0;i<sComList->Count;i++)
{
SPCThread=new SPComm(..., ..., ...);
SPThreadList->Add(SPCThread);
}
其中SPComm为Thread类,
然后我应该怎么使用SPThreadList中的线程呢?