|
@@ -1765,7 +1765,7 @@ end;
|
|
|
|
|
|
function TRttiInstanceMethod.GetCodeAddress: CodePointer;
|
|
function TRttiInstanceMethod.GetCodeAddress: CodePointer;
|
|
begin
|
|
begin
|
|
- Result:=Nil
|
|
|
|
|
|
+ Result:=FHandle^.CodeAddress;
|
|
end;
|
|
end;
|
|
|
|
|
|
function TRttiInstanceMethod.GetDispatchKind: TDispatchKind;
|
|
function TRttiInstanceMethod.GetDispatchKind: TDispatchKind;
|