Sfoglia il codice sorgente

* GetHasExtendedInfo returns false in TRttiMethod

Michaël Van Canneyt 8 mesi fa
parent
commit
e552165b7a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;