Runtime_GetCurrentProductID()

Examples


The Runtime_GetCurrentProductID() function returns the product ID of the application dictionary that contains the script executing this function.

Syntax

Runtime_GetCurrentProductID()

Parameters

• None

Return value

An integer containing the product ID.

Comments

The Runtime_GetCurrentProductID() function returns correct values only when an application is used with the runtime engine. In test mode, it will always return the value 0.


Documentation Feedback