[Overview][Constants][Procedures and functions] | Reference for unit 'pwumain' (#powtils_main) |
Source position: pwumain.pas line 98
function GetCfgVar( |
const name: String |
):String; |
Examples of configuration variables are:
A list of config variables are available in your pwu_unix or pwu_win configuration file included with your copy of Powtils.
var tmp: string begin tmp:= GetWebConfigVar('error_reporting'); webwrite(tmp); end.