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

deInheritEnabling

deInheritEnabling( 
t_viewType 
) 
=> t / nil

Description

Enables t_viewType to depend on the enabling of its parent type. Thus, the user must have the parent application licensed in order to use the application. t_viewType must be a subclass of some other view type.

Arguments

t_viewType

View subtype for which enabling is to be inherited.

Value Returned

t

The enabling was inherited.

nil

The enabling was not inherited.

Examples

Sets view type "graphic" to inherit the enabling of its parent and returns t.

deInheritEnabling( "graphic" )

Return to top
 ⠀
X