Dict_UnlockCustom()

Examples


The Dict_UnlockCustom() function releases the dictionary lock imposed by the Dict_LockCustom() function.

Syntax

Dict_UnlockCustom(product_ID)

Parameters

product_ID – An integer for the application’s product ID.

Return value

The boolean value true.

Comments

Always unlock any custom dictionary opened and locked using the Dict_LockCustom() function.


Documentation Feedback