TCodeMemberMethod.FindParameter Method
Searches for a parameter by name.
Syntax
Unit: Bcl.Code.MetaClasses
function TCodeMemberMethod.FindParameter(const AName: string): TCodeParameterDeclaration;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | AName | string | The parameter name to find (case-insensitive). |
Returns
The matching TCodeParameterDeclaration, or nil if not found.