Previous PageNext Page

13.3.6 IApplicationObject::put_Value

The IApplicationObject::put_Value method stores a Variant in the Application object.
 

HRESULT put_Value(

BSTR bstrValue,

VARIANT var

);

Parameters

bstrValue
A binary name that contains the name of the variable.
var
A variant that contains the variable value.

Remarks

If the variant being stored is an object, Chili!Soft ASP will attempt to store the default value of that object into the application. If Chili!Soft ASP cannot get the default value, the call will fail.
 

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page