RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebSession.GetValue Method

Returns the value associated with a specified name.

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

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!