Get parameter signature.
Source position: typinfo.pp line 373
| function TProcedureSignature.GetParam( | 
| ParamIndex: Integer | 
GetParam can be used to retrieve a pointer to the description of a parameter. The index ParamIndex is zero-based.
In case of an invalid parameter index, Nil is returned.
| 
 | Procedure parameter description. |