mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 20:29:24 +02:00
* Fix for 10482, iinterfacecomponentreference
git-svn-id: trunk@9618 -
This commit is contained in:
parent
edffeac316
commit
97b1d04d8f
@ -580,4 +580,8 @@ begin
|
|||||||
result:=-1;
|
result:=-1;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
function TComponent.iicrGetComponent: TComponent;
|
||||||
|
|
||||||
|
begin
|
||||||
|
result:=self;
|
||||||
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user