RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebSession.GetValue Method

Returns the value associated with a specified name.

Pascal
function GetValue(const AName: string): Variant; override;
C++
virtual __fastcall Variant GetValue(const AnsiString AName);

GetValue is the protected read implementation of the Values property. 

AName is the name of the value to return. 

In TAbstractWebSession, GetValue is abstract or, in C++ terminology, pure virtual, meaning it has no implementation. Descendant classes must override this method to provide an implementation for the Values property. 

 

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