geHighlightProtected
geHighlightProtected(
[ w_window ]
)
=> t / nil
Description
Displays a halo around objects that are protected from being selected in the specified cellview.
Arguments
|
The window in which the protected objects are to be highlighted. If no window Id is specified, the protected objects in the current window are highlighted. |
Value Returned
Examples
Adds a halo around all the protected objects in the edit cellview.
geHighlightProtected()
Related Topics
Return to top