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

deAddAppCapabilities

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

Description

Adds the required application capabilities to the specified view type.

Arguments

t_viewType

View type to which the specified capabilities are to be added.

?newFile g_newFile

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

?openFile g_openFile

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

Value Returned

t

Application capabilites were added to the specified view.

nil

The view type is not found.

Example

Adds openFile capability to the registered view type document.

(deAddAppCapabilities "document" ?openFile t)

Related Topics

deRemoveAppCapabilities


Return to top
 ⠀
X