Convenience for Macros.ParamByName.
Source position: sqldb.pp line 609
public function TCustomSQLQuery.MacroByName( |
const AParamName: string |
):TParam; |
AParamName |
|
The name of the macro to search. |
The requested macro definition.
MacroByName checks Macros for the macro named aParamName and returns the requested macro.
If no macro is found, an exception is raised.
|
Return a parameter by name. |