tcUnregPreLoadTrigger
tcUnregPreLoadTrigger(
s_function
)
=> t / nil
Description
Unregisters the specified preload trigger function so the system does not call it before loading a technology file.
Arguments
|
Name of the registered trigger function (a symbol) to unregister. |
Value Returned
Example
tcUnregPreLoadTrigger(’MYPreLoadTriggerFunc)
Unregisters MYPreLoadTriggerFunc trigger function.
Return to top