forked from liujianjun/tslediter
编辑器
unit 取消缩进
This commit is contained in:
@@ -60,7 +60,7 @@ type TCustomThreadworker = class()
|
||||
if not ifarray(FThreaders) then FThreaders := array();
|
||||
FThreader := new tworkerHost();
|
||||
FThreaders[inttostr(FThreader.handle)] := FThreader;
|
||||
if not (checkok(s,libs,declaration)) then raise "工作线程构造失败!";
|
||||
if not (checkok(s,lib,declaration)) then raise "工作线程构造失败!";
|
||||
uibeginthreadworker(FScript);
|
||||
end
|
||||
function Operator [](idx);
|
||||
|
||||
Reference in New Issue
Block a user