RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebUserList.OnValidateUserError Event

Triggered if an error occurs during the validation process.

Pascal
property OnValidateUserError: TValidateUserErrorEvent;
C++
__property TValidateUserErrorEvent OnValidateUserError;

This event is triggered if an error occurs during the validation process. The ValidateUser function calls this event with a description of the error. Examples of error descriptions include a missing or unknown user name or a missing or invalid password. Any additional processing that needs to be completed in the case of one of these error conditions can be added to this event handler. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!