AutoDecrease property property TOgUsageCode.AutoDecrease : Boolean Default: True |
AutoDecrease determines whether the usage count value is automatically decreased each time the application is run.
If AutoDecrease is True, the usage count value embedded in the release code is automatically decreased by one each time the application is run. When the usage count is reduced to zero, the release code is expired. If AutoDecrease is False, you must call the Decrease method manually whenever necessary.
See also: Decrease