B
bigroute
Unregistered / Unconfirmed
GUEST, unregistred user!
TStrings *TableNames =new TStrings();
//这个TStrings如果创建实列
ADOConnection1->GetTableNames(TStrings );
————————————————————————————————————
void __fastcall long OMR_GetDeviceList (char *lpszBuffer);
char *cDeviceList;
mOMR_GetDeviceList(cDeviceList);
ComboBox1->Items->Add (cDeviceList);
//cDeviceList应该是StringList,怎么样能指定到ComboBox1->Items里.
我是初学者,希望有朋友能加我QQ175257
//这个TStrings如果创建实列
ADOConnection1->GetTableNames(TStrings );
————————————————————————————————————
void __fastcall long OMR_GetDeviceList (char *lpszBuffer);
char *cDeviceList;
mOMR_GetDeviceList(cDeviceList);
ComboBox1->Items->Add (cDeviceList);
//cDeviceList应该是StringList,怎么样能指定到ComboBox1->Items里.
我是初学者,希望有朋友能加我QQ175257