Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

deRemoveAppCapabilities

deRemoveAppCapabilities(
t_viewType
[ ?newFile g_newFile ]
[ ?openFile g_openFile ]
)
=> t / nil

Description

Removes the required application capabilities from the specified view type.

Arguments

t_viewType

Name of the view type to which the g_newFile and g_openFile capabilities are to be removed.

?newFile g_newFile

Removes the New File capability if set to non-nil.

?openFile g_openFile

Removes the Open File capability if set to non-nil.

Value Returned

t

Application capabilites were removed from the specified view.

nil

The view type is not found.

Example

Removes newFile capability above cmd from the registered view type document.

(deRemoveAppCapabilities "document" ?newFile t) 

Related Topics

deAddAppCapabilities


Return to top
 ⠀
X