leDescend
leDescend(w_windowId d_instId[x_row] [x_column] ) =>w_windowId/nil
Description
Descends through the hierarchy to open the master of instance d_instId. leDescend attempts to open the cellview in the same mode as the current cellview, but if an editable version is not available, leDescend opens the master in read-only mode.
Arguments
Value Returned
Example
Descends into the master instance of myInst using the current Virtuoso Layout Suite editing window. The returned value is the window ID.
leDescend(hiGetCurrentWindow() myInst)
Return to top