viaRegisterCreateViaInitCallback
viaRegisterCreateViaInitCallback(
t_functionName
)
=> t / nil
Description
Registers the function to be called each time the Create Via form is opened. The registered function name should be a valid SKILL procedure and the init procedure that is registered should be defined without arguments.
Arguments
|
Name of the function to register for use in the Create Via form. |
Value Returned
Example
viaRegisterCreateViaInitCallback("myInitProc")
Return to top