RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterPasswordField.ImplGetValue Method

Returns the value associated with this adapter field.

Pascal
function ImplGetValue: Variant; override;
C++
virtual __fastcall Variant ImplGetValue();

ImplGetValue returns an empty string. Server-side script accesses the result of this function using the EditText or Value property of the adapter field. These server-side script properties may be used to generate the HTML login form. ImplGetValue returns an empty string so that the generated login form's password field will be blank. When the login form is submitted, the ActionValue property can be used to access the password entered by the end-user. 

 

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