Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dmbGetCurrentLib

dmbGetCurrentLib( 
) 
=> ddId / nil 

Description

Returns the ddId of the library currently selected in the Library Browser if a form is registered to it (otherwise, the Library Browser is hidden).

There is nothing in the system that supports the notion of a “current” library.

Supplied for compatibility to support those applications that may be sharing the information from a form (although it might not matter what form it is). Replace with ddsGetCurrentLib.

Arguments

None

Value Returned

ddId

The ddId of the library that is currently selected in the Library Browser.

nil

No library is selected or the Library Browser is not synchronized with any particular form.

Example

>    x = dmbGetCurrentLib()
    dd:12347080

The Library Browser is displayed and a library is selected for backward compatibility.


Return to top
 ⠀
X