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
Value Returned
Examples
Sets view type "graphic" to inherit the enabling of its parent and returns t.
deInheritEnabling( "graphic" )
Return to top