摘要:
For example, if you have the some enum typeTyourEnumType = (One, Two, Three, Four, Five, Six, Seven, Eight, Nine, Ten)and you want in run-time to get ... 阅读全文
摘要:
Second example: same form with listview and two buttons:// Will failprocedure TForm1.AddString(Var S : String);beginwith form1.listview1 do beginif (F... 阅读全文
摘要:
ADO多线程数据库查询通常会出现3个问题:1、CoInitialize 没有调用 (CoInitialize was not called);所以,在使用任何dbGo对象前,必须手 调用CoInitialize和CoUninitialize。调用CoInitialize失败会产生"CoInitial... 阅读全文