[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Get parameter signature
Source position: typinfo.pp line 161
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 |