RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterUserNameField Class

TAdapterUserNameField is an adapter field used to access the user name entered by the end-user.

Pascal
TAdapterUserNameField = class(TAdapterLoginField);
C++
class TAdapterUserNameField : public TAdapterLoginField;

WebAdapt

TAdapterUserNameField is added to TLoginFormAdapter. TAdapterUserNameField, TAdapterPasswordField, TLoginFormAdapterLoginAction and TAdapterNextPageField are used with TLoginFormAdapter to generate an HTML login form. When the HTML form is submitted, TAdapterUserNameField is used to extract the end user's name from the HTTP request. 

 

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