Searches for a variable with the specified name
Source position: fpweb.pp line 100
public function TTemplateVars.FindVar( |
const AName: string |
):TTemplateVar; |
AName |
|
The name of the variable to search for |
The template variable with the specified name, or nil if not found
Searches for a template variable with the given name. Returns nil if no variable with the specified name is found.
|
Returns the variable with the specified name |