mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-27 14:08:18 +02:00
* ValidateContainer should call ValidateInsert
git-svn-id: trunk@12935 -
This commit is contained in:
parent
8cf5d9abf2
commit
2abc422035
@ -388,6 +388,7 @@ end;
|
|||||||
Procedure TComponent.ValidateContainer(AComponent: TComponent);
|
Procedure TComponent.ValidateContainer(AComponent: TComponent);
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
AComponent.ValidateInsert(Self);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user