7.22.1038

Navigation:  7.22 (QDV 2022) >

7.22.1038

Previous pageReturn to chapter overviewNext page

Released on January 30, 2023

New: Added new methods to get info about the QDV version and license from the API (macros)

The following method and properties were added to the IQdvEnvironment interface:

QdvVersion()
IsQdvBeta()
QdvEdition()
GetLicenseInfo()

From a macro, you can get an instance of IQdvEnvironment interface with Context.QdvManager.Environment, where Context is the macro parameter.