geToggleWindowSelProtectionHighlight
geToggleWindowSelProtectionHighlight(
[ w_window ]
)
=> t
Description
Toggles the highlight state of protected objects in the specified window.
Arguments
|
The window in which the highlighting of protected objects is to be toggled. If no window Id is specified, the highlighting on the protected objects in the current window is toggled. |
Value Returned
Examples
Unhighlights the protected objects in the edit cellview if they are highlighted, or highlights the protected objects if they are not highlighted.
geToggleWindowSelProtectionHighlight()
Related Topics
Return to top