2
0
Эх сурвалжийг харах

* ValidateContainer should call ValidateInsert

git-svn-id: trunk@12935 -
michael 16 жил өмнө
parent
commit
2abc422035

+ 1 - 0
rtl/objpas/classes/compon.inc

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