geGetHierMemInst
geGetHierMemInst( [w_windowId] ) =>l_list/ nil
Description
Returns a list describing the hierarchy of instances that have been descended into or edited-in-place to arrive at the cellview in the window.
dbInst1 3
dbInst2 4
Each element in the list represents the database ID of the instance and iteration number of the instance that was descended into or edited-in-place at a higher level of the window. If the cellview currently occupying the window is the top-level cellview—that is, no descends or edits-in-place have been done to arrive at it—then the list returned by geGetHierMemInst is nil.
Arguments
|
Database ID of the window from which the hierarchy information is wanted. |
Value Returned
Examples
geGetHierMemInst( getCurrentWindow( ) )
The example returns the following:
db:01234567 0
db:45678900 1
Related Topics
Return to top