[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Find a parameter with given name
Source position: db.pas line 1274
public function TParams.FindParam( |
const Value: string |
):TParam; |
Value |
|
Parameter name to search for. |
TParam instance with Name equal to Value or Nil.
FindParam searches the collection for the TParam instance with property Name equal to Value. It will return the last instance with the given name, and will only return one instance. If no match is found, Nil is returned.
Remark: | A TParams collection can have 2 TParam instances with the same name: no checking for duplicates is done. |
|
Name of the parameter |
|
|
Return a parameter by name |
|
|
Fetch a list of TParam instances |