[Overview][Constants][Classes][Index] |
Return the value of a request variable.
Source position: ezcgi.pp line 66
public function TEZcgi.GetValue( |
Index: String; |
defaultValue: String |
):String; |
Index |
|
Name of variable. |
defaultValue |
|
Value to return in case variable is empty. |
Value of variable.
GetValue returns the value of the variable named Index, and returns DefaultValue if it is empty or does not exist.
|
Variables passed to the CGI script |
lazarus-ccr.sourceforge.net |