| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Copy values from another collection
Source position: db.pas line 1322
public procedure TParams.AssignValues(  | 
Value: TParams  | 
);  | 
Value  | 
  | 
Set of parameters to copy values from.  | 
AssignValues examines all TParam instances in Value, and looks in its own items for a TParam instance with the same name. If it is found, then the value and type of the parameter are copied (using TParam.Assign). If it is not found, nothing is done.
  | 
Parameter description class  | 
|
  | 
Assign one parameter instance to another  |