* ValidateContainer should call ValidateInsert

git-svn-id: trunk@12935 -
This commit is contained in:
michael 2009-03-21 09:26:48 +00:00
parent 8cf5d9abf2
commit 2abc422035

View File

@ -388,6 +388,7 @@ end;
Procedure TComponent.ValidateContainer(AComponent: TComponent);
begin
AComponent.ValidateInsert(Self);
end;