RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebUserList.OnBeforeValidateUser Event

Triggered at the beginning of the ValidateUser function.

Pascal
property OnBeforeValidateUser: TValidateUserHandledEvent;
C++
__property TValidateUserHandledEvent OnBeforeValidateUser;

This event is triggered at the beginning of the ValidateUser function. It can be used to identify a user given a name and password and supply a user ID for the user, once identified. 

 

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