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()
CSPApplication | Intrinsic objects and classes | Class Categories | Online help home | Back

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd