Function CSPApplication::Unlock()

Description:
Unlocks the Application object so that it is no more explicitly used.

Micronovae Prototype:
void Unlock();

Arguments:
No arguments (void).

Return value:
No return value (void).

Remarks:
This is used in combination with member function Lock().
The Application object is automatically unlock at the end of the script execution.

Examples:
Application.Lock();
Application.SetValue( "varname1", "value1" );
Application.SetValue( "varname2", "value2" );
Application.Unlock();

See also:
member function Lock()
CSPApplication | Intrinsic objects and classes | Class Categories | Online help home | Back

Copyright © 2002 - 2006 Micronovae Ltd. - www.micronovae.com