摘要: unit untDBPool;interfaceuses Classes, SyncObjs, SysUtils, DateUtils, untDB, Windows, UntThreadTimer;const cMinNum = 10; // 池最多保留10个对象 cMaxNum = 10... 阅读全文
posted @ 2014-03-23 21:50 delphi中间件 阅读(1564) 评论(0) 推荐(0)