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

asiGetPageCallBack

asiGetPageCallBack(
o_obj
)
=> s_func / nil

Description

Returns the callback function name when changing tabs in a form.

Arguments

o_obj

The form object.

Value Returned

s_func

The callback function name.

Examples

The following example returns the callback function name when changing tabs in the given form:

asiGetPageCallBack(formObj)
=> t


Return to top
 ⠀
X