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

artGetCdfTargetCV

artGetCdfTargetCV(
)
=> dbobject / nil

Description

This procedure returns the cell view dbobject that is the target of the update instance form or the create instance form. The function requires that either the arm property (armGet ’cdfInfo ’currentCellView) is set to a cellView, or that the variable cdfgForm is bound to a form with a property cellViewId attached (getq cdfgForm cellViewId). If neither of these is bound, nil is returned.

Arguments

None

Value Returned

dbobject

Database object

nil

Indicates an error

Examples

artGetCdfTargetCV() => db:28458028
artGetCdfTargetCV() => nil

Return to top
 ⠀
X