RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterApplicationTitleField.ImplGetValue Method

Returns the value associated with this adapter field.

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

ImplGetValue returns the value of the parent adapter's Title property. Server-side script accesses the result of this function using the DisplayText property of this adapter field. Server-side script may use this value to display the application title on a Web page. 

 

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