wwrequest.IsChecked

Determines whether a checkbox or radio button has been checked.

Realistically this method just returns the same value as IsFormVar() but it's cleaner and describes the intent more clearly.

o.wwrequest.IsChecked(lcFormVar)

Return Value

.T. or .F.

Parameters

lcFormVar
The form field name that corresponds to checkbox or radio button


See also:

Class wwrequest

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