wwWebCaptcha.ValidateCaptcha

Checks to see if the Captcha code entered valid. This is automatically called in Web Control pages. For Process methods you can call this method to check validity.

Note: In Process methods make sure you call this method BEFORE you generate a new CAPTCHA image and ID using SubmitCaptcha() as that method will generate a new id and store it in Session state. This is not an issue if you use the control on a Web Control form.

o.wwWebCaptcha.ValidateCaptcha()

Return Value

.t. or .f. also sets the IsValidated property

See also:

Class wwWebCaptcha

© West Wind Technologies, 1996-2024 • Updated: 10/17/06
Comment or report problem with topic