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