help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Procedures and functions] Reference for unit 'pwumain' (#powtils_main)

FetchCfgVarName

Declaration

Source position: pwumain.pas line 94

function FetchCfgVarName(

  index: LongWord

):String;

Notes

Indexed access to configuration variable names in the list (array).

Example:

if CountWebConfigVars > 0
  for i := 0 to CountWebConfigVars - 1 do
    web_println(FetchWebConfigVarName + '=' + FetchWebConfigVarValue + '<br />');





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505