RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebUsers.TValidateUserEvent Type

TValidateUserEvent is the type for event handlers that respond immediately after a user is validated.

Pascal
TValidateUserEvent = procedure (Strings: TStrings; var UserID: Variant) of object;
C++
(Strings: TStrings; var UserID: Variant) ( TValidateUserEvent)();

Strings is a string list that contains information the user supplied while logging in. At a minimum, this includes two strings, of the form UserName=Name and Password=Pword, where Name and Pword are strings that the user supplied. If the application uses a custom login form, additional strings may be included as well. 

UserID is the ID that the Web user list assigned to the user based on the supplied name and password. 

 

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