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, 2025 • Updated: 2025-03-12
Comment or report problem with topic