geUnsetAllSelProtection
geUnsetAllSelProtection(
[ d_cellview ]
)
=> t / nil
Description
Removes the selection protection from all the protected objects in the specified cellview.
Arguments
|
The cellview in which all the protected objects are to be made unprotected. |
Value Returned
Examples
Removes the selection protection from all the objects in the edit cellview.
geUnsetAllSelProtection()
Related Topics
Return to top