RAD Studio VCL Reference
|
Returns the value associated with a specified name.
function GetValue(const AName: string): Variant; virtual; abstract;
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!
|