Compare commits

..

No commits in common. "master" and "1.0.7" have entirely different histories.

View File

@ -30,10 +30,7 @@ begin
for lIndex := Self.ControlCount - 1 downto 0 do
begin
if (Self.Controls[lIndex] is TForm) then
begin
(Self.Controls[lIndex] as TForm).Close;
(Self.Controls[lIndex] as TForm).parent := nil;
end;
end;
end;