RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterNextPageField.ImplGetValue Method

Returns the page name to be displayed after login.

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

If the EchoActionFieldValue property is true, then the page name selected or entered by end-user is returned. If the EchoActionFieldValue property is false then the parent adapter's NextPage property is returned. The value returned by ImplGetValue is used when server-side script references the EditText property of this adapter field while generating the login form. 

 

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