Add a parameter to the collection.
Source position: db.pas line 1539
| public procedure TParams.AddParam( | 
| Value: TParam | 
| ); | 
| Value | 
 | TParam instance to add to the collection. | 
AddParam adds Value to the collection.
No checks are done on the TParam instance. If it is Nil, an exception will be raised.
| 
 | Parameter description class. | |