mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 00:00:16 +02:00
rtti controls: clean up
git-svn-id: trunk@11816 -
This commit is contained in:
parent
a03409e87a
commit
cede6cfe89
@ -397,7 +397,7 @@ begin
|
||||
if RegisteredTIGridControls=nil then exit;
|
||||
for i:=0 to RegisteredTIGridControls.Count-1 do
|
||||
TObject(RegisteredTIGridControls[i]).Free;
|
||||
RegisteredTIGridControls.Free;
|
||||
FreeAndNil(RegisteredTIGridControls);
|
||||
end;
|
||||
|
||||
procedure Register;
|
||||
|
Loading…
Reference in New Issue
Block a user