M
mxq888
Unregistered / Unconfirmed
GUEST, unregistred user!
使用Table控件,我对Table1进行了一些操作后,然后试图清空它,出现Table is busy的提示, 不知为什么,我是这样清空的:
table1.Active := false;
table1.EmptyTable;
table1.Active:=true;
试了几次后,再在delphi中运行程序,出现:Insufficient memory for this operation。
请问这是为什么???
谢谢
table1.Active := false;
table1.EmptyTable;
table1.Active:=true;
试了几次后,再在delphi中运行程序,出现:Insufficient memory for this operation。
请问这是为什么???
谢谢