deSetContext
deSetContext( [w_window[g_context[x_level] ] ] ) => t / nil
Description
Replaces the context for the item at the specified level on the window stack. nil is returned if the stack is empty. This routine is intended for use by data triggers executing the ’swap operation. It should never be called by application code outside of a data trigger.
Arguments
Value Returned
Examples
Sets the context for level 1 in window(3) to myUserContext.
deSetContext( window(3) 1 myUserContext )
Return to top