deSetCellView
deSetCellView( [w_window[d_cellview[x_level] ] ] ) => t / nil
Description
Replaces the cellview for the current item 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 an application outside of a data trigger.
Arguments
Value Returned
Examples
Sets the top-level cellview in window(3) to be the edit cellview from window(4).
deSetCellView( window(3) window(4)->editCellView 0)
Return to top