* GetHasExtendedInfo returns false in TRttiMethod

This commit is contained in:
Michaël Van Canneyt 2024-12-23 17:59:53 +01:00
parent 2070a45217
commit e552165b7a

View File

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