Browse Source

* GetHasExtendedInfo returns false in TRttiMethod

Michaël Van Canneyt 7 months ago
parent
commit
e552165b7a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/rtl-objpas/src/inc/rtti.pp

+ 1 - 1
packages/rtl-objpas/src/inc/rtti.pp

@@ -5621,7 +5621,7 @@ end;
 
 function TRttiMethod.GetHasExtendedInfo: Boolean;
 begin
-  Result := True;
+  Result := False;
 end;
 
 function TRttiMethod.GetFlags: TFunctionCallFlags;