geGetSelProtectedObjects
geGetSelProtectedObjects( [d_cellview] ) =>l_results/ nil
Description
Returns a list of all the objects that are marked protected in the specified cellview.
Arguments
|
The cellview in which the protected objects are looked for. If not specified, the list of protected objects in the current cellview is returned. |
Value Returned
Examples
Returns a list of all the protected objects in the edit cellview.
geGetSelProtectedObjects()
Related Topics
Return to top