Function CSPApplication::GetValue()
Description:
Retrieves the variable requested.
 |
Prototype:
CSPVariant GetValue(const CSPString& strName) const;
Arguments:
- const CSPString& strName [IN]
The name of the requested variable.
Return value:
Returns a variant that contains the value of the requested variable.
Examples:
CSPVariant varAppVariable = Application.GetValue( "varname" );
See also:
member functions operator () (), SetValue()
|
|