TCodeMemberMethod.RemoveParameter Method
Removes a parameter by name from this method.
Syntax
Unit: Bcl.Code.MetaClasses
procedure TCodeMemberMethod.RemoveParameter(const AName: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | AName | string | The name of the parameter to remove (case-insensitive). |