Browse Source

* ValidateContainer should call ValidateInsert

git-svn-id: trunk@12935 -
michael 16 năm trước cách đây
mục cha
commit
2abc422035
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      rtl/objpas/classes/compon.inc

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

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