RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebUsers.TValidateUserError Enumeration
Pascal
TValidateUserError = (
  vuBlankPassword,
  vuBlankUserName,
  vuUnknownUserName,
  vuUnknownPassword
);
C++
enum TValidateUserError {
  vuBlankPassword,
  vuBlankUserName,
  vuUnknownUserName,
  vuUnknownPassword
};

WebUsers

This is record WebUsers.TValidateUserError.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!