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

asiSetPageCallBack

asiSetPageCallBack(
o_obj
s_func
)
=> t/ nil

Description

Returns the status (whether successful or failed) of the specified callback function, when changing tabs in a form.

Arguments

o_obj

The form object.

s_func

The callback function name.

Value Returned

t

The callback function is set.

nil

Setting the callback function failed.

Examples

Returns the status of the specified callback function for the given form:

asiSetPageCallBack(formObj, 'callbackFunctionName)
=> t


Return to top
 ⠀
X