mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 19:29:09 +02:00
* GetHasExtendedInfo returns false in TRttiMethod
This commit is contained in:
parent
2070a45217
commit
e552165b7a
@ -5621,7 +5621,7 @@ end;
|
|||||||
|
|
||||||
function TRttiMethod.GetHasExtendedInfo: Boolean;
|
function TRttiMethod.GetHasExtendedInfo: Boolean;
|
||||||
begin
|
begin
|
||||||
Result := True;
|
Result := False;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TRttiMethod.GetFlags: TFunctionCallFlags;
|
function TRttiMethod.GetFlags: TFunctionCallFlags;
|
||||||
|
Loading…
Reference in New Issue
Block a user