geCellViewToDlist
geCellViewToDlist(d_cellview) =>l_dlist/ nil
Description
Returns a display list of all the objects in a cellview.
The display list contains a display function for each object in d_cellview and in all instances contained within its hierarchy.
Arguments
|
Database ID of the cellview whose contents are to be represented as a list. |
Value Returned
Examples
Returns a list made from the objects in the cellview being edited in window(2).
geCellViewToDlist( window(2)—>editCellView )
Related Topics
Icon Creation and Loading Functions
Return to top