WebUsers.TCustomWebUserList.OnValidateUserError
From RAD Studio VCL Reference
Contents |
Delphi Information
From WebUsers.pas
property OnValidateUserError: TValidateUserErrorEvent read FOnValidateUserError write FOnValidateUserError;
Unit: WebUsers
Type: event
Visibility: public
Member Of: TCustomWebUserList
C++ Information
From WebUsers.hpp
__property TValidateUserErrorEvent OnValidateUserError;
Unit: WebUsers
Type: property
Visibility: public
Member Of: TCustomWebUserList
Description
Triggered if an error occurs during the validation process.
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.