Indexed array with variables as name=value pairs.
Source position: ezcgi.pp line 79
|  public property TEZcgi.Variables[Index: Integer] : string | 
Variables provides indexed access to the available variable names and values. The variables are returned as Name=Value pairs. The Index may run from 0 to VariableCount. Any other value will result in an exception being raised.
| 
 | Indexed array with available variable names. | |
| 
 | Variables passed to the CGI script. | |
| 
 | Return the value of a request variable. | |
| 
 | Number of available variables. |