geSelectProtected
geSelectProtected(
[ d_cellview ]
)
=> t / nil
Description
Selects the objects that are protected from being selected in the specified cellview.
Arguments
|
The cellview in which the protected objects are to be selected. If not specified, the protected objects in the edit cellview are selected. |
Value Returned
Examples
Selects all the protected objects in the edit cellview.
geSelectProtected()
Related Topics
Return to top