Returns the variable with the specified name
Source position: fpweb.pp line 99
public function TTemplateVars.VarByName( |
const AName: string |
):TTemplateVar; |
AName |
|
The name of the variable to find |
The template variable with the specified name
Finds and returns the template variable with the given name. Raises an exception if no variable with the specified name is found.
Raises EFPWebError if the variable name is not found.
|
Searches for a variable with the specified name |
|
|
Exception class for web-related errors |