wwrequest::IsFormVar

Checks to see if a form variable exists in the request POST buffer. This method returns .T. if the key exists even if the value is blank. It will only return .F. if the key doesn't exist at all. If you need to check for blank you can simply read the key with wwRequest::Form().

o.IsFormVar(lcKey)

Parameters

lcKey


See also:

Class wwrequest | wwRequest::IsPostBack

© West Wind Technologies, 1996-2022 • Updated: 10/05/11
Comment or report problem with topic