Browse Source

* Fix for 10482, iinterfacecomponentreference

git-svn-id: trunk@9618 -
marco 17 years ago
parent
commit
97b1d04d8f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      rtl/objpas/classes/compon.inc

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

@@ -580,4 +580,8 @@ begin
   result:=-1;
   result:=-1;
 end;
 end;
 
 
+function TComponent.iicrGetComponent: TComponent;
 
 
+begin
+  result:=self;
+end;