mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 00:10:51 +02:00
parent
82ffdb48c9
commit
f5d7fb3d45
@ -103,12 +103,9 @@ Function TParams.CreateParam(FldType: TFieldType; const ParamName: string;
|
||||
|
||||
begin
|
||||
Result:=Add as TParam;
|
||||
With Result do
|
||||
begin
|
||||
Name:=ParamName;
|
||||
DataType:=FldType;
|
||||
ParamType:=ParamType;
|
||||
end;
|
||||
Result.Name:=ParamName;
|
||||
Result.DataType:=FldType;
|
||||
Result.ParamType:=ParamType;
|
||||
end;
|
||||
|
||||
Function TParams.FindParam(const Value: string): TParam;
|
||||
|
Loading…
Reference in New Issue
Block a user