help files
Z505
|
PasWiki
|
FUQ
|
Search
|
Main Docs
|
API Guide
[
Overview
][
Constants
][
Procedures and functions
]
Reference for unit 'pwumain' (
#powtils_main
)
GetVar
Declaration
Source position: pwumain.pas line 193
function
GetVar
(
const
name
:
String
):
String
;
Notes
This function is not as specific as GetSess, GetCookie, or GetCgiVar. This function checks many set variables of all types, and returns the first found. The search order which the function checks is:
Dynamic (template) variables
Session variables
Cookie variables
CGI variables (url variables, form post/get)
lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs,
Z505