RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterEndUserLoggedInField.ImplGetValue Method

Returns the value associated with this adapter field.

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

ImplGetValue returns the result of GetLoggedInValue. Server-side script accesses the result of this function using the Value property of this adapter field. This value may be used by server-side script to conditionally generate HTML. For example, when the end-user is logged in, a logout hyperlink is displayed. When the end-user is not logged in, a logout hyperlink is not displayed. 

 

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