deUnRegUserTriggers
deUnRegUserTriggers(
t_viewType
)
=> t / nil
Description
Removes any user triggers associated with t_viewType.
Arguments
|
View type or view subtype for which the user triggers are to be removed. |
Value Returned
Examples
Removes any user triggers associated with view type "graphic" and returns t.
deUnRegUserTriggers( "graphic" )
Return to top