git-svn-id: trunk@38627 -
This commit is contained in:
michael 2018-03-26 16:31:28 +00:00
parent 921b406c05
commit 31a354a3bc

View File

@ -304,7 +304,8 @@ destructor TCollection.Destroy;
begin
FUpdateCount:=1; // Prevent OnChange
try
DoClear;
if Assigned(FItems) then
DoClear;
Finally
FUpdateCount:=0;
end;