RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterPasswordField Class

TAdapterPasswordField is an adapter field used to access the password entered by the end-user.

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

WebAdapt

TAdapterPasswordField 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, TAdapterPasswordField is used to extract the end user's password from the HTTP request. 

 

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