Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

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

t_functionName

Name of the function to register for use in the Create Via form.

Value Returned

t

Returns t if the function is successfully registered.

nil

Returns nil if the function is not successfully registered.

Example

viaRegisterCreateViaInitCallback("myInitProc")

Return to top
 ⠀
X