[Overview][Constants][Procedures and functions] | Reference for unit 'pwumain' (#powtils_main) |
Source position: pwumain.pas line 191
function FetchVarName( |
index: LongWord |
):String; |
This is different than using GetVar which gets by name instead of index.
To just check url vars or GET/POST, use FetchCgi functions.
This is a general function. You will get slightly more performance if you just call the direct more specific function like FetchSess, FetchCookie, FetchCgi, etc.