RAD Studio VCL Reference
|
TValidateUserError indicates the type of problem that was encountered when trying to validate a user.
TValidateUserError = ( vuBlankPassword, vuBlankUserName, vuUnknownUserName, vuUnknownPassword );
enum TValidateUserError { vuBlankPassword, vuBlankUserName, vuUnknownUserName, vuUnknownPassword };
The following table lists the possible values:
Value |
Meaning |
vuBlankPassword |
The user did not supply a password, or supplied an empty string. |
vuBlankUserName |
The user did not supply a user name, or supplied an empty string. |
vuUnknownUserName |
The user supplied a user name that the Web user list could not identify. |
vuUnknownPassword |
The user supplied a password that the Web user list could not find associated with the specified user. |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|