TXDataAction.FindParameter Method
Looks for a parameter by its name.
Syntax
Unit: XData.Model.Classes
function TXDataAction.FindParameter(const AName: string): TXDataParamDef;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | AName | string | The name of the parameter. The comparison is case-insensitive. |
Returns
The parameter, or nil if the operation has no parameter with that name.