Parent for the method params.

This commit is contained in:
Henrique Gottardi Werlang 2022-12-16 14:54:37 -03:00
parent 748c2adbf7
commit 367e86d7e5

View File

@ -1809,7 +1809,7 @@ begin
for A := Low(FParameters) to High(FParameters) do
begin
Param := MethodParams[A];
RttiParam := TRttiParameter.Create;
RttiParam := TRttiParameter.Create(Self, Param);
RttiParam.FName := Param.Name;
RttiParam.FParamType := Pool.GetType(Param.TypeInfo);