界面库

修正内存管理的问题
This commit is contained in:
2024-03-15 11:30:10 +08:00
parent 515f227bb2
commit 8e650d2a3b
4 changed files with 252 additions and 86 deletions
-1
View File
@@ -1379,7 +1379,6 @@ type tdirlistbox = class(TListBox)
r := inherited;
return to_ansi_str(r); //"["$ i $"]" $
end
end
type tsearchdir = class(TCustomControl)
uses tslvcl;